mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-22 08:04:23 +00:00
11 lines
550 B
Text
11 lines
550 B
Text
[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 )
|
|
[connection signal="clicked" from="." to="." method="_on_CBSpeedChangeButton_clicked"]
|