Added wall jumps and tweaked values and movement

This commit is contained in:
2026-02-16 23:47:10 -05:00
parent 5518f3ce79
commit c3d09c9a88
6 changed files with 64 additions and 20 deletions
@@ -5,8 +5,10 @@ extends NodeState
const jumpGravity = player.GRAVITY
var dashSpeed: float = 500
var dashTime: float = .3
@onready var dashSpeed: float = player.dashSpeed
@onready var jumpHight: float = player.jumpHight
var dashTime: float = .2
var dashDone: bool = false
var canDash: bool = true