add new physics parameters and descriptions

This commit is contained in:
Falkimore
2025-09-22 18:02:44 -05:00
parent d3e07180df
commit a770541ddd
3 changed files with 46 additions and 38 deletions

View File

@@ -13,7 +13,7 @@ func enter(msg := {}) -> void:
player.set_collision_mask_value(i + 1, false)
player.gravity = player.JUMP_GRAVITY
if msg["Pit"] == false:
player.velocity.y = -300
player.velocity.y = -player.DEATH_JUMP_HEIGHT
func physics_update(delta: float) -> void:
if can_fall: