more playing with level design

This commit is contained in:
derek
2024-10-08 16:57:41 -05:00
parent 9d968f340e
commit d1090e4a6b
30 changed files with 627 additions and 151 deletions

View File

@@ -4,6 +4,7 @@ const WALK_TRANSITION_SPEED = 8
const MAX_AIR_DASH = 1
const FLASHLIGHT_BRIGHTNESS = 30
const KICK_AMOUNT = 10
const LAND_CAMERA_TILT : Vector3 = Vector3(-1,0,0)
var speed
var double_jump = true