changed resolution, game title, scale factor (temporary)
This commit is contained in:
parent
dbb0f17743
commit
dd148ba02a
20 changed files with 26 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue