summaryrefslogtreecommitdiff
path: root/scenes/DungeonLevel.tscn
diff options
context:
space:
mode:
authorMatheus <matheus.guedes.mg.m@gmail.com>2025-08-17 21:45:07 -0300
committerMatheus <matheus.guedes.mg.m@gmail.com>2025-08-17 21:45:07 -0300
commit240156765d88db25dd092fc320005cdb5f28d7a7 (patch)
tree2fadb2e7ef9409744f1d086f8f81771a46de2957 /scenes/DungeonLevel.tscn
parente9701f8ca459fa0015d78cacdc61aee904675598 (diff)
Refactor no sistema de ações
Diffstat (limited to 'scenes/DungeonLevel.tscn')
-rw-r--r--scenes/DungeonLevel.tscn6
1 files changed, 4 insertions, 2 deletions
diff --git a/scenes/DungeonLevel.tscn b/scenes/DungeonLevel.tscn
index 83a33bb..4a5fda0 100644
--- a/scenes/DungeonLevel.tscn
+++ b/scenes/DungeonLevel.tscn
@@ -16,8 +16,10 @@ tile_set = ExtResource("1_bxfih")
[node name="Actors" type="Node2D" parent="."]
-[node name="Player" parent="Actors" instance=ExtResource("2_u6mlv")]
+[node name="Player" parent="Actors" node_paths=PackedStringArray("Map") instance=ExtResource("2_u6mlv")]
position = Vector2(144, 144)
+Map = NodePath("../..")
-[node name="Skeleton" parent="Actors" instance=ExtResource("4_8elbs")]
+[node name="Skeleton" parent="Actors" node_paths=PackedStringArray("Map") instance=ExtResource("4_8elbs")]
position = Vector2(160, 128)
+Map = NodePath("../..")