diff options
-rw-r--r-- | game.scm | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -953,10 +953,8 @@ (wait 5)) 16))))) (forever - (pk 'change-velocity) (set-enemy-dx! flyer 0.5) (wait 60) - (pk 'change-velocity) (set-enemy-dx! flyer -0.5) (wait 60))) (spawn-flyer0* x y script)) |