Top menu icons

This commit is contained in:
2025-08-01 19:52:03 -04:00
parent 110d390755
commit a7b41f0a06
23 changed files with 354 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ height = 54.0
[sub_resource type="BlackboardPlan" id="BlackboardPlan_tdl5m"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_aos2b"]
size = Vector2(62, 132)
size = Vector2(54, 97)
[node name="AdventurerSprite" type="CharacterBody2D"]
script = ExtResource("1_wif60")
@@ -24,7 +24,7 @@ shape = SubResource("CapsuleShape2D_aos2b")
[node name="Sprite2D" type="Sprite2D" parent="."]
modulate = Color(0, 1, 0, 1)
position = Vector2(0, -64)
position = Vector2(0, -43)
texture = ExtResource("2_aos2b")
[node name="NavigationAgent2D" type="NavigationAgent2D" parent="."]
@@ -32,7 +32,7 @@ path_desired_distance = 30.0
avoidance_enabled = true
[node name="SpeechBubble" parent="." instance=ExtResource("3_aos2b")]
position = Vector2(44, -141)
position = Vector2(39, -110)
[node name="BTPlayer" type="BTPlayer" parent="."]
behavior_tree = ExtResource("6_006nh")
@@ -41,7 +41,7 @@ blackboard_plan = SubResource("BlackboardPlan_tdl5m")
[node name="HoverArea" type="Area2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="HoverArea"]
position = Vector2(0, -57)
position = Vector2(0, -43.5)
shape = SubResource("RectangleShape2D_aos2b")
[connection signal="mouse_entered" from="HoverArea" to="." method="_on_mouse_entered"]