This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var d = document; | |
| var world = false; | |
| var transport_img = false; | |
| var timer_img = false; | |
| var timer_sec = false; | |
| var world_menu = false; | |
| var clickStatus = false; | |
| /*var width = 3; | |
| var height = 1;*/ | |
| var move_interval = 50; |