summaryrefslogtreecommitdiff
path: root/UI/HUD/LevelMap.tscn
blob: 646c96a4cc241622a52436a40e8e4b17ee950a34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}