summaryrefslogtreecommitdiff
path: root/scenes/map.tscn
blob: 2e11423725d821037152abc7cda0f9bbb31655f2 (plain)
1
2
3
4
5
6
7
8
9
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")