diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-10-23 22:37:58 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-10-23 22:37:58 -0400 |
commit | 79dee3934616a594838f1392dbe271c695d67e3e (patch) | |
tree | 39f00f341cd0de53378e9c3f88827671f56cc3c0 | |
parent | e35626532ee4e3e29b26b9415eaac4886484ad68 (diff) |
Remove unused vars.
-rw-r--r-- | game.scm | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -243,11 +243,6 @@ (audio-play audio) (vector-set! sound 0 (modulo (+ i 1) (vector-length vec))))))) - (define demichrome0 "#211e20") - (define demichrome1 "#555568") - (define demichrome2 "#a0a08b") - (define demichrome3 "#e9efec") - ;; Screen size stuff (define game-width 240.0) (define game-height 320.0) |