summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-10-28 09:59:03 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-10-28 09:59:03 -0400
commitd4de44c88ea85e194766400d320c8ab8b39f5610 (patch)
treee16a5885329ba40b74893c7bcb95af0827be2265
parent00c342dad0dc974a9f4e329823d76e39aef6030b (diff)
Remove pks.
-rw-r--r--game.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/game.scm b/game.scm
index 04c0a65..aa478ab 100644
--- a/game.scm
+++ b/game.scm
@@ -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))