12 lines
494 B
Plaintext
12 lines
494 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://ctlw5diis8h1x"]
|
|
|
|
[ext_resource type="Script" uid="uid://drsuoxsqdxdql" path="res://scripts/map_canvas.gd" id="1_r1rlf"]
|
|
[ext_resource type="Script" uid="uid://uh0k4c3qj4x0" path="res://scenes/map_drawer.gd" id="2_tspw4"]
|
|
|
|
[node name="MapCanvas" type="CanvasLayer" node_paths=PackedStringArray("map_drawer")]
|
|
script = ExtResource("1_r1rlf")
|
|
map_drawer = NodePath("Node2D")
|
|
|
|
[node name="Node2D" type="Node2D" parent="."]
|
|
script = ExtResource("2_tspw4")
|