blob: 5f3ab379fc74146f5f695ad40a8951a3aadd91ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[gd_scene load_steps=3 format=3 uid="uid://ds2y86kx2kfxq"]
[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)
[node name="LevelMap" type="Panel"]
clip_contents = true
offset_right = 150.0
offset_bottom = 150.0
theme_override_styles/panel = SubResource("1")
script = ExtResource("1")
|