blob: b2cd59991fee8af618e4bb7bde2f74d4ab39e2cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[gd_scene load_steps=3 format=3 uid="uid://clm2kocuhjqbb"]
[ext_resource type="Script" uid="uid://b1mxftq1jboum" path="res://map_room.gd" id="1_oc81s"]
[ext_resource type="Texture2D" uid="uid://bkfsgbkx3t3oe" path="res://assets.untracked/kenney_1-bit-platformer-pack/Tiles/Transparent/tile_0241.png" id="2_vqn3c"]
[node name="MapRoom" type="ColorRect"]
z_index = 1
offset_right = 16.0
offset_bottom = 10.0
script = ExtResource("1_oc81s")
inactive_color = Color(0.21960784, 0.5294118, 0.44313726, 1)
active_color = Color(0.3529412, 0.61960787, 0.36078432, 1)
[node name="PlayerIcon" type="TextureRect" parent="."]
z_index = 1
layout_mode = 0
offset_left = 4.0
offset_right = 20.0
offset_bottom = 16.0
scale = Vector2(0.5, 0.5)
texture = ExtResource("2_vqn3c")
|