summaryrefslogtreecommitdiff
path: root/scenes/map.tscn
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-05-22 20:24:01 -0400
committerbd <bdunahu@operationnull.com>2025-05-22 20:24:01 -0400
commita95e2ead7e3ade3c13e4e9f6e68c24df4430097a (patch)
tree49913b6b0081ec7d51a9c672437597b9cc1b6b7b /scenes/map.tscn
parentb318529cf9c01fca4ac2e1b7c7f7fccd0be4589a (diff)
Make WaveSpawner, Cursor, use generated paths
Diffstat (limited to 'scenes/map.tscn')
-rw-r--r--scenes/map.tscn10
1 files changed, 10 insertions, 0 deletions
diff --git a/scenes/map.tscn b/scenes/map.tscn
new file mode 100644
index 0000000..2e11423
--- /dev/null
+++ b/scenes/map.tscn
@@ -0,0 +1,10 @@
+[gd_scene load_steps=3 format=3 uid="uid://cdgeamr56c0mx"]
+
+[ext_resource type="Script" uid="uid://unlqpkn1bwel" path="res://scripts/map_generator.gd" id="1_1dods"]
+[ext_resource type="TileSet" uid="uid://blp0cbjwav76t" path="res://resources/tiles.tres" id="2_sqppf"]
+
+[node name="Map" type="Node2D"]
+script = ExtResource("1_1dods")
+
+[node name="TileMapLayer" type="TileMapLayer" parent="."]
+tile_set = ExtResource("2_sqppf")