Files
millimeters-of-aluminum/scenes/map_canvas.tscn
olof.pettersson 99e032f303 initial commit
2025-09-12 15:54:10 +02:00

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")