gui updated

This commit is contained in:
Фёдор Веселов 2024-09-16 19:03:32 +05:00
commit 0c9ea6ed0f
14 changed files with 124 additions and 24 deletions

View file

@ -5,17 +5,18 @@
[ext_resource type="Texture2D" uid="uid://dfr5ofieigu5j" path="res://assets/sprites/gui/FastForward2.tres" id="3_fj838"]
[ext_resource type="Texture2D" uid="uid://qgmsoocd4p1o" path="res://assets/sprites/gui/FastForward3.tres" id="4_2wmv1"]
[node name="FastForwardButton" type="TextureButton"]
[node name="FastForwardButton" type="Button"]
anchors_preset = -1
anchor_right = 0.06
anchor_bottom = 0.09
anchor_right = 0.043
anchor_bottom = 0.07
offset_right = 0.199999
size_flags_vertical = 4
mouse_default_cursor_shape = 2
texture_normal = ExtResource("1_ta3h7")
stretch_mode = 0
icon = ExtResource("1_ta3h7")
script = ExtResource("2_wle4k")
firstSpeed = ExtResource("1_ta3h7")
secondSpeed = ExtResource("3_fj838")
thirdSpeed = ExtResource("4_2wmv1")
metadata/_edit_use_anchors_ = true
[connection signal="pressed" from="." to="." method="OnPressed"]