changed resolution, game title, scale factor (temporary)

This commit is contained in:
D L 2023-01-26 16:55:03 -08:00
parent dbb0f17743
commit dd148ba02a
20 changed files with 26 additions and 8 deletions

View file

@ -185,7 +185,7 @@ const UNIT_TYPE_JUMP_SPEEDS = {
UnitType.PLAYER: 5,
}
const SCALE_FACTOR = 3.5
const SCALE_FACTOR = 2.4
const GRID_SIZE = 20 # pixels
const GRAVITY = 30
const MAX_FALL_SPEED = -12