mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-22 16:14:22 +00:00
22 lines
597 B
Text
22 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"]
|