blob: b7cd2bb10f63f6fab1b382539e458bfa91e8e1f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[gd_scene load_steps=2 format=3 uid="uid://clm2kocuhjqbb"]
[ext_resource type="Script" uid="uid://b1mxftq1jboum" path="res://map_room.gd" id="1_oc81s"]
[node name="MapRoom" type="ColorRect"]
offset_left = 68.0
offset_top = 57.0
offset_right = 76.0
offset_bottom = 62.0
color = Color(0.7490196, 0.76862746, 0.8901961, 1)
script = ExtResource("1_oc81s")
|