diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-10-28 09:59:03 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-10-28 09:59:03 -0400 |
commit | d4de44c88ea85e194766400d320c8ab8b39f5610 (patch) | |
tree | e16a5885329ba40b74893c7bcb95af0827be2265 | |
parent | 00c342dad0dc974a9f4e329823d76e39aef6030b (diff) |
Remove pks.
-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)) |