22 lines
996 B
Text
22 lines
996 B
Text
[gd_scene load_steps=5 format=3 uid="uid://cgm7td1hgs0rr"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bjsar1x67xk1t" path="res://assets/sprites/gui/FastForward1.tres" id="1_ta3h7"]
|
|
[ext_resource type="Script" uid="uid://cwn3bd2k7mdq6" path="res://scripts/gui/FastForwardButton.cs" id="2_wle4k"]
|
|
[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="Button"]
|
|
anchors_preset = -1
|
|
anchor_right = 0.043
|
|
anchor_bottom = 0.07
|
|
offset_right = 0.199999
|
|
size_flags_vertical = 4
|
|
mouse_default_cursor_shape = 2
|
|
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"]
|