diff options
Diffstat (limited to 'player.go')
-rw-r--r-- | player.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -36,7 +36,6 @@ func (o * GameObject) Update(tilemap Tilemap) { o.onGround = true; o.vx *= friction - o.y -= o.vy o.vy = 0 } else { |