From 992e27742fc996bd428b04201f7548533761cfab Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 3 Dec 2025 15:33:47 +0200 Subject: Open door with a cinematic --- player.gd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'player.gd') diff --git a/player.gd b/player.gd index 442ff51..d7645c4 100644 --- a/player.gd +++ b/player.gd @@ -41,6 +41,9 @@ func _process(delta: float) -> void: func _physics_process(delta: float): state._handle_physics(delta) +func request_state_init(): + state = PlayerStateInit.new(self) + func request_state_normal(): state = PlayerStateNormal.new(self) -- cgit v1.3