1
Fork 0
mirror of https://github.com/Steffo99/looping-for-loops.git synced 2024-11-22 16:14:22 +00:00
looping-for-loops/Objects/ScrollingObjects/Buttons/CBSpeedChangeButton.tscn

11 lines
463 B
Text
Raw Normal View History

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 )