summaryrefslogtreecommitdiffstats
path: root/map_room.tscn
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-21 21:38:49 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-21 21:39:07 +0200
commit6824649c8961b8aa695b6be805401fa357a61793 (patch)
tree0441c52355be55518cd74a08b363740d78a093df /map_room.tscn
parent242dec6cb636be957fe1c13415762f1e204deef7 (diff)
Improve map
Diffstat (limited to 'map_room.tscn')
-rw-r--r--map_room.tscn12
1 files changed, 5 insertions, 7 deletions
diff --git a/map_room.tscn b/map_room.tscn
index 74e41f5..711562d 100644
--- a/map_room.tscn
+++ b/map_room.tscn
@@ -4,18 +4,16 @@
[ext_resource type="Texture2D" uid="uid://bkfsgbkx3t3oe" path="res://assets/kenney_1-bit-platformer-pack/Tiles/Transparent/tile_0241.png" id="2_vqn3c"]
[node name="MapRoom" type="ColorRect"]
-offset_left = 68.0
-offset_top = 57.0
-offset_right = 76.0
-offset_bottom = 62.0
+offset_right = 16.0
+offset_bottom = 10.0
script = ExtResource("1_oc81s")
inactive_color = Color(0.7490196, 0.76862746, 0.8901961, 1)
active_color = Color(0.5463331, 0.66674966, 1, 1)
[node name="PlayerIcon" type="TextureRect" parent="."]
layout_mode = 0
-offset_left = 2.0
-offset_right = 18.0
+offset_left = 4.0
+offset_right = 20.0
offset_bottom = 16.0
-scale = Vector2(0.25, 0.25)
+scale = Vector2(0.5, 0.5)
texture = ExtResource("2_vqn3c")