diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-05-04 19:52:46 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-05-04 19:52:46 -0400 |
commit | 6ff6083308d6755a357fa7964d9ce20a25b1d413 (patch) | |
tree | e0eba9caec78e2fcb3377a34fde291e7613ae35e | |
parent | fb29f33e46c92d35fc94e69cbea2f0852666d8c6 (diff) |
Change default player position.
-rw-r--r-- | game.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ %make-player make-player player? (polarity player-polarity 'light) - (position player-position (vector2 (/ (vx resolution) 2) 4)) + (position player-position (vector2 (/ (vx resolution) 2) 8)) (direction player-direction (vector2 0 0)) (shooting? player-shooting? #f) (hitbox player-hitbox (make-rect -1 1 2 4)) |