fixed a world 9 softlocks with the world select menu

This commit is contained in:
JHDev2006
2025-09-24 16:01:47 +01:00
parent 44a65fe79d
commit 962787c861
6 changed files with 53 additions and 38 deletions

View File

@@ -1,6 +1,7 @@
extends PlayerState
func enter(_msg := {}) -> void:
player.can_hurt = false
player.has_jumped = false
player.crouching = false
player.get_node("CameraCenterJoint/RightWall").set_collision_layer_value(1, false)