diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-28 15:51:25 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-28 15:51:25 +0200 |
| commit | b140b2107c23b9eb67afe29d3186f99ad67c0201 (patch) | |
| tree | d6a24e332c52b60a113122a74c1c3184c9c0df03 /transition_player.gd | |
| parent | 866c380ca7e593776b27f2877980a4141d6d8e4c (diff) | |
Add initial hanging hook
Diffstat (limited to 'transition_player.gd')
| -rw-r--r-- | transition_player.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transition_player.gd b/transition_player.gd index 7238151..a118b56 100644 --- a/transition_player.gd +++ b/transition_player.gd @@ -15,7 +15,7 @@ func room_transition(from_door: Door, to_room_path: String, door_name: Variant): if from_door: var player: Player = top.get_node("ActiveRoom").find_child("Player") - player.set_forced_input(from_door.enter_towards) + player.set_movement_forced(from_door.enter_towards) # Start animation # The animation calls _change_room at a specific time |
