achievements, controls, inspect, inventory, item, pathfinding

This commit is contained in:
Mimi Momo
2022-11-11 11:43:11 -06:00
parent ef07db338c
commit c74356b372
7 changed files with 62 additions and 10 deletions
-2
View File
@@ -20,8 +20,6 @@
<br>
<p>Tangibles and inventory items both have inspect menus, but their code has to be separate. They are too different from each other. <br></p>
<br>
<p>I intend for the player to be able to pick up an item through the inspect menu without changing his current target. For now, InspectMenu.gd/set_subject(subject) sets the player target. MoveToDestination.gd/handle_moved_result tracks the user's current target using character/find_distance_to_target(). Instead, it would need to receive the relevant subject from the inspect menu or skill or attack target from the character and pass it through character/find_distance_to(target). <br></p>
<br>
<p>It doesn't close the inspect menu if pickup is chosen while item out of range, even after item is picked up. <br></p>
<br>
<h2>works for...</h2>