2020-10-04 18:26:45 +00:00
|
|
|
[gd_scene load_steps=4 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://Objects/ScrollingObjects/Buttons/CBSpeedChangeButton.gd" type="Script" id=1]
|
|
|
|
[ext_resource path="res://Objects/ScrollingObjects/Buttons/GameButton.tscn" type="PackedScene" id=2]
|
|
|
|
[ext_resource path="res://Sprites/button_left.png" type="Texture" id=3]
|
|
|
|
|
|
|
|
[node name="CBSpeedChangeButton" instance=ExtResource( 2 )]
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
color = Color( 0.447059, 0.333333, 1, 1 )
|
|
|
|
icon = ExtResource( 3 )
|
2020-10-05 20:20:12 +00:00
|
|
|
[connection signal="clicked" from="." to="." method="_on_CBSpeedChangeButton_clicked"]
|