summaryrefslogtreecommitdiff
path: root/UI/HUD/LevelMap.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'UI/HUD/LevelMap.tscn')
-rw-r--r--UI/HUD/LevelMap.tscn23
1 files changed, 9 insertions, 14 deletions
diff --git a/UI/HUD/LevelMap.tscn b/UI/HUD/LevelMap.tscn
index 646c96a..5f3ab37 100644
--- a/UI/HUD/LevelMap.tscn
+++ b/UI/HUD/LevelMap.tscn
@@ -1,18 +1,13 @@
-[gd_scene load_steps=3 format=2]
+[gd_scene load_steps=3 format=3 uid="uid://ds2y86kx2kfxq"]
-[ext_resource path="res://UI/HUD/LevelMap.gd" type="Script" id=1]
+[ext_resource type="Script" path="res://UI/HUD/LevelMap.gd" id="1"]
-[sub_resource type="StyleBoxFlat" id=1]
-bg_color = Color( 0, 0, 0, 0.117647 )
+[sub_resource type="StyleBoxFlat" id="1"]
+bg_color = Color(0, 0, 0, 0.117647)
[node name="LevelMap" type="Panel"]
-margin_left = 864.0
-margin_top = 8.0
-margin_right = 1014.0
-margin_bottom = 158.0
-rect_clip_content = true
-custom_styles/panel = SubResource( 1 )
-script = ExtResource( 1 )
-__meta__ = {
-"_edit_use_anchors_": false
-}
+clip_contents = true
+offset_right = 150.0
+offset_bottom = 150.0
+theme_override_styles/panel = SubResource("1")
+script = ExtResource("1")