MIF_E31230535/ui_simple.tscn

74 lines
2.1 KiB
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://dxnjxgkemw8o1"]
[ext_resource type="Script" uid="uid://jsgw425g6vu3" path="res://ui_simple.gd" id="1_5otk6"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5otk6"]
bg_color = Color(5.1740557e-07, 0.25968635, 0.030326657, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_210bd"]
bg_color = Color(0, 0.4295699, 0.09878274, 1)
[node name="UISimple" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_5otk6")
[node name="HitamTransparan" type="ColorRect" parent="."]
visible = false
layout_mode = 0
offset_left = -41.0
offset_top = -91.0
offset_right = 1276.0
offset_bottom = 756.0
color = Color(0, 0, 0, 0.2901961)
[node name="MenuBox" type="VBoxContainer" parent="HitamTransparan"]
layout_mode = 0
offset_left = 385.0
offset_top = 283.0
offset_right = 868.0
offset_bottom = 604.0
[node name="TombolLanjut" type="Button" parent="HitamTransparan/MenuBox"]
custom_minimum_size = Vector2(300, 100)
layout_mode = 2
text = "LANJUT"
[node name="TombolKembali" type="Button" parent="HitamTransparan/MenuBox"]
custom_minimum_size = Vector2(300, 100)
layout_mode = 2
text = "KEMBALI"
[node name="TombolPause" type="Button" parent="."]
layout_mode = 0
offset_left = 1051.0
offset_top = 1.0
offset_right = 1152.0
offset_bottom = 95.0
text = "||"
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 0
offset_left = 51.0
offset_top = 37.0
offset_right = 501.0
offset_bottom = 74.0
color = Color(0.8132577, 0.8132577, 0.81325763, 1)
[node name="HealthBar" type="ProgressBar" parent="."]
layout_mode = 0
offset_left = 55.0
offset_top = 42.0
offset_right = 496.0
offset_bottom = 69.0
theme_override_styles/background = SubResource("StyleBoxFlat_5otk6")
theme_override_styles/fill = SubResource("StyleBoxFlat_210bd")
[connection signal="pressed" from="HitamTransparan/MenuBox/TombolLanjut" to="." method="_on_tombol_lanjut_pressed"]
[connection signal="pressed" from="HitamTransparan/MenuBox/TombolKembali" to="." method="_on_tombol_kembali_pressed"]
[connection signal="pressed" from="TombolPause" to="." method="_on_tombol_pause_pressed"]