gamo-gd/controller/trigger/trigger_button.tscn

69 lines
1.9 KiB
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://c1dixxyohl131"]
[ext_resource type="Script" uid="uid://dyjkb4jlrolof" path="res://controller/trigger/trigger_button.gd" id="1_w0n5r"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lt7ru"]
bg_color = Color(0.6, 0.6, 0.6, 0)
draw_center = false
border_width_left = 5
border_width_top = 5
border_width_right = 5
border_width_bottom = 5
border_color = Color(0.16470589, 0.16470589, 0.16470589, 1)
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
expand_margin_left = 5.0
expand_margin_top = 5.0
expand_margin_right = 5.0
expand_margin_bottom = 5.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_w0n5r"]
bg_color = Color(0.2901961, 0.5568628, 0.3254902, 1)
corner_radius_top_left = 2
corner_radius_top_right = 2
corner_radius_bottom_right = 2
corner_radius_bottom_left = 2
[node name="Trigger" type="ProgressBar" groups=["triggers"]]
offset_top = -2.0
offset_right = 64.0
offset_bottom = 126.0
pivot_offset = Vector2(32, 64)
theme_override_font_sizes/font_size = 28
theme_override_styles/background = SubResource("StyleBoxFlat_lt7ru")
theme_override_styles/fill = SubResource("StyleBoxFlat_w0n5r")
max_value = 1.0
value = 0.5
fill_mode = 2
show_percentage = false
script = ExtResource("1_w0n5r")
[node name="Label" type="RichTextLabel" parent="."]
layout_mode = 1
anchors_preset = 10
anchor_right = 1.0
offset_bottom = 40.0
grow_horizontal = 2
theme_override_font_sizes/normal_font_size = 24
bbcode_enabled = true
horizontal_alignment = 1
vertical_alignment = 1
[node name="ProgressLabel" type="RichTextLabel" parent="."]
layout_mode = 1
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = -42.0
grow_horizontal = 2
grow_vertical = 0
theme_override_font_sizes/normal_font_size = 16
bbcode_enabled = true
text = "100.0%"
autowrap_mode = 0
horizontal_alignment = 1
vertical_alignment = 1