diff options
Diffstat (limited to 'physics.scm')
| -rw-r--r-- | physics.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/physics.scm b/physics.scm index 68a96d6..06cb12c 100644 --- a/physics.scm +++ b/physics.scm @@ -1,12 +1,12 @@ -(module downstroke/physics * +(module downstroke-physics * (import scheme (chicken base) (chicken keyword) (only srfi-1 fold iota) defstruct - downstroke/tilemap - downstroke/entity - downstroke/world + downstroke-tilemap + downstroke-entity + downstroke-world simple-logger) ;; Gravity constant: pixels per frame per frame |
