diff options
Diffstat (limited to 'ai.scm')
| -rw-r--r-- | ai.scm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ -(module downstroke/ai * +(module downstroke-ai * (import scheme (chicken base) (chicken keyword) (only srfi-1 find) states - downstroke/entity - downstroke/world) + downstroke-entity + downstroke-world) ;; Patrol speed in pixels per frame (define *patrol-speed* 1) |
