blob: 81e77d98182efebe37d142151d5a921c7ec6d790 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
[gd_scene load_steps=3 format=3 uid="uid://edgs77gubcl8"]
[ext_resource type="Script" uid="uid://do8a8uq1jvs7b" path="res://scripts/ui_panel.gd" id="1_c3u8h"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_sv14y"]
bg_color = Color(0.000427233, 0.12281, 0.492369, 1)
[node name="UIOption" type="Panel"]
custom_minimum_size = Vector2(16, 16)
offset_right = 24.0
offset_bottom = 16.0
size_flags_horizontal = 3
theme_override_styles/panel = SubResource("StyleBoxFlat_sv14y")
script = ExtResource("1_c3u8h")
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 0
offset_right = 16.0
offset_bottom = 17.0
[node name="Texture" type="TextureRect" parent="HBoxContainer"]
layout_mode = 2
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
layout_mode = 2
theme_override_constants/separation = -4
[node name="Label" type="Label" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 8
[node name="Label2" type="Label" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 8
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
|