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.tscn18
1 files changed, 18 insertions, 0 deletions
diff --git a/UI/HUD/LevelMap.tscn b/UI/HUD/LevelMap.tscn
new file mode 100644
index 0000000..646c96a
--- /dev/null
+++ b/UI/HUD/LevelMap.tscn
@@ -0,0 +1,18 @@
+[gd_scene load_steps=3 format=2]
+
+[ext_resource path="res://UI/HUD/LevelMap.gd" type="Script" id=1]
+
+[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
+}