Level exporting works!

This commit is contained in:
lustlion
2022-01-30 11:31:18 +01:00
parent 35c260d24f
commit a703af5e8d
6 changed files with 93 additions and 50 deletions

View File

@@ -27,7 +27,7 @@
o.dashDistance = 40 -- gameworld pixels
o.dashSpeed = o.dashDistance / (o.dashTime*60) -- pixels
o.dashCount = 1 -- int
o.dashAmount = 0 -- int
o.dashAmount = 10 -- int
o.boxCollision = {
from = {x = -8, y = -16}, --gameworld pixels