diff --git a/engine/tiles.go b/engine/tiles.go index 2d37e56..e5c2861 100644 --- a/engine/tiles.go +++ b/engine/tiles.go @@ -19,7 +19,7 @@ type Tilemap struct { Hidden bool ID Map [][]Tile - Ersatz bool // "fake wall" + Ersatz bool // "fake wall" Src ImageRef TileSize int Transform GeoMDef diff --git a/game/aw.go b/game/aw.go index f430321..9291dba 100644 --- a/game/aw.go +++ b/game/aw.go @@ -25,7 +25,7 @@ type Awakeman struct { func (aw *Awakeman) Update() error { const ( bounceDampen = 0.5 - gravity = 0.2 + gravity = 0.3 jumpVelocity = -5 runVelocity = 2 )