REWORKED HOW THINGS ARE SCALED

speed values should be adjusted accordingly, but maybe i slipped some

i changed:
player acc
arrow speed

i intentionally didnt change:
jump speed
This commit is contained in:
lustlion
2021-10-25 02:00:21 +02:00
parent 1e1f9edb45
commit b8b2525975
5 changed files with 27 additions and 22 deletions

View File

@@ -64,6 +64,6 @@ levelProperties = {
tileProperties = {
width = 16,
height = 16,
scale = game.scale,
scale = 1,
tileset = love.graphics.newImage("assets/terrain/tileset.png")
}