1
0
Fork 0
Luca 2025-01-08 17:09:28 +01:00
parent fb84f548d4
commit e8f9a0b163
1 changed files with 0 additions and 10 deletions

View File

@ -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