diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-26 22:34:37 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-26 22:34:37 +0200 |
| commit | 0b0960c76c99e44632428cdeb116f5642181641a (patch) | |
| tree | 2b99eedf159e9679b470f9c1b6a27b6db2f3998f /map_room.tscn | |
| parent | adfd7c8a55112fa731b82417f27a18175c69e95e (diff) | |
Refactor Map to PauseMenu
Diffstat (limited to 'map_room.tscn')
| -rw-r--r-- | map_room.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/map_room.tscn b/map_room.tscn index 742d134..28f5f68 100644 --- a/map_room.tscn +++ b/map_room.tscn @@ -4,6 +4,7 @@ [ext_resource type="Texture2D" uid="uid://bkfsgbkx3t3oe" path="res://assets.bak/kenney_1-bit-platformer-pack/Tiles/Transparent/tile_0241.png" id="2_vqn3c"] [node name="MapRoom" type="ColorRect"] +z_index = 5 offset_right = 16.0 offset_bottom = 10.0 script = ExtResource("1_oc81s") @@ -11,6 +12,7 @@ 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 |
