11 lines
259 B
Plaintext
11 lines
259 B
Plaintext
[gd_scene format=3 uid="uid://map_screen_v1"]
|
|
|
|
[ext_resource type="Script" path="res://map_screen.gd" id="1_map"]
|
|
|
|
[node name="MapScreen" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource("1_map")
|