[gd_scene load_steps=2 format=3 uid="uid://dvwuhobhka78d"] [ext_resource type="Script" path="res://logic-scenes/misc/skip_control.gd" id="1_s6riu"] [node name="skip_control" type="Control"] layout_mode = 3 anchors_preset = 0 size_flags_horizontal = 4 size_flags_vertical = 8 script = ExtResource("1_s6riu") [node name="ProgressBar" type="ProgressBar" parent="."] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -160.0 offset_top = -19.5 offset_right = 160.0 offset_bottom = 19.5 grow_horizontal = 2 grow_vertical = 2 max_value = 1.0 show_percentage = false [node name="Skip Button" type="Button" parent="."] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -108.0 offset_top = -21.5 offset_right = 108.0 offset_bottom = 21.5 grow_horizontal = 2 grow_vertical = 2 text = "hold x or [ ] to skip" [connection signal="toggled" from="Skip Button" to="." method="_on_skip_button_toggled"]