From 2a75c88de470a173067feee4df80cd8e3fb7a641 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sun, 5 Apr 2026 15:34:21 +0100 Subject: Cleanup and egg! --- physics.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'physics.scm') diff --git a/physics.scm b/physics.scm index 83cc85b..68a96d6 100644 --- a/physics.scm +++ b/physics.scm @@ -1,12 +1,12 @@ -(module physics * +(module downstroke/physics * (import scheme (chicken base) (chicken keyword) (only srfi-1 fold iota) defstruct - tilemap - entity - world + downstroke/tilemap + downstroke/entity + downstroke/world simple-logger) ;; Gravity constant: pixels per frame per frame -- cgit v1.2.3