From e8f9a0b163e9be285bbe18977d841e6e45c090d0 Mon Sep 17 00:00:00 2001 From: Luca Date: Wed, 8 Jan 2025 17:09:28 +0100 Subject: [PATCH] joar --- project/scripts/player/PlayerManager.gd | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/project/scripts/player/PlayerManager.gd b/project/scripts/player/PlayerManager.gd index 146fb0c..1664c83 100644 --- a/project/scripts/player/PlayerManager.gd +++ b/project/scripts/player/PlayerManager.gd @@ -39,16 +39,6 @@ func _process(delta: float) -> void: move_to_chest() move_to_campfire() move_to_boatpart() - # if Input.is_action_just_pressed("key_5"): - # move_to_nearest_bush() - # # if Input.is_action_just_pressed("key_6"): - # # move_to_boatpart() - # if Input.is_action_just_pressed("key_7"): - # move_to_chest() - # # if Input.is_action_just_pressed("key_8"): - # # move_to_boat_building_place() - # if Input.is_action_just_pressed("key_6"): - # move_to_campfire() # SECTION: board access/mangement