From c411c496394c7a782854e03f2be8fab4cc1e2a81 Mon Sep 17 00:00:00 2001 From: Matheus Date: Sat, 16 Aug 2025 14:22:04 -0300 Subject: Herança e preparativos para o sistema de turnos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/test_map.tscn | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'scenes/test_map.tscn') diff --git a/scenes/test_map.tscn b/scenes/test_map.tscn index 14a3aa4..446e6d7 100644 --- a/scenes/test_map.tscn +++ b/scenes/test_map.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=3 format=4 uid="uid://u5h6iqyi8wd0"] +[gd_scene load_steps=4 format=4 uid="uid://u5h6iqyi8wd0"] [ext_resource type="TileSet" uid="uid://biilh0ufacguh" path="res://assets/test_tileset.tres" id="1_57l66"] [ext_resource type="PackedScene" uid="uid://bl01llfbscv6r" path="res://scenes/character.tscn" id="2_fn2sa"] +[ext_resource type="PackedScene" uid="uid://bsn4a4tfensy8" path="res://scenes/skeleton.tscn" id="3_57l66"] [node name="Node2D" type="Node2D"] @@ -14,6 +15,10 @@ tile_set = ExtResource("1_57l66") anchor_mode = 0 zoom = Vector2(2, 2) -[node name="Character" parent="." node_paths=PackedStringArray("map") instance=ExtResource("2_fn2sa")] +[node name="Character" parent="." node_paths=PackedStringArray("Map") instance=ExtResource("2_fn2sa")] position = Vector2(135, 135) -map = NodePath("../Map") +Map = NodePath("../Map") + +[node name="Skeleon" parent="." node_paths=PackedStringArray("Map") instance=ExtResource("3_57l66")] +position = Vector2(184, 136) +Map = NodePath("../Map") -- cgit v1.2.3