diff options
| -rw-r--r-- | .gitinore | 9 | ||||
| -rw-r--r-- | src/tilemap.scm | 2 |
2 files changed, 3 insertions, 8 deletions
@@ -1,7 +1,2 @@ -\#*# -*~ -*.pyc -/.venv -__pycache__/ -src/macroknight/__pycache__/ -/bin
\ No newline at end of file +bin/* +*.import.scm
\ No newline at end of file diff --git a/src/tilemap.scm b/src/tilemap.scm index 61a06ef..e80978e 100644 --- a/src/tilemap.scm +++ b/src/tilemap.scm @@ -1,5 +1,5 @@ (module tilemap -* +(load-tilemap) (import scheme (chicken io) (chicken base) |
