1
Fork 0
mirror of https://github.com/Steffo99/looping-for-loops.git synced 2024-11-22 08:04:23 +00:00
looping-for-loops/Objects/ScrollingObjects/PlayButton.tscn
2020-10-05 23:54:45 +02:00

21 lines
597 B
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Fonts/LiberationMono-Bold.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://Objects/ScrollingObjects/PlayButton.gd" type="Script" id=2]
[sub_resource type="DynamicFont" id=1]
size = 64
font_data = ExtResource( 1 )
[node name="Button" type="Button"]
margin_left = 480.0
margin_top = 520.0
margin_right = 800.0
margin_bottom = 680.0
custom_fonts/font = SubResource( 1 )
text = "Play"
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="pressed" from="." to="." method="_on_Button_pressed"]