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