mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-22 08:04:23 +00:00
84 lines
1.9 KiB
Text
84 lines
1.9 KiB
Text
|
[gd_scene load_steps=7 format=2]
|
||
|
|
||
|
[ext_resource path="res://Fonts/LiberationMono-Bold.ttf" type="DynamicFontData" id=1]
|
||
|
[ext_resource path="res://Objects/Menu.gd" type="Script" id=2]
|
||
|
[ext_resource path="res://Resources/ryg_logo.png" type="Texture" id=3]
|
||
|
|
||
|
[sub_resource type="DynamicFont" id=1]
|
||
|
size = 32
|
||
|
font_data = ExtResource( 1 )
|
||
|
|
||
|
[sub_resource type="DynamicFont" id=2]
|
||
|
size = 256
|
||
|
font_data = ExtResource( 1 )
|
||
|
|
||
|
[sub_resource type="DynamicFont" id=3]
|
||
|
size = 64
|
||
|
font_data = ExtResource( 1 )
|
||
|
|
||
|
[node name="Menu" type="Control"]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
script = ExtResource( 2 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||
|
margin_right = 1280.0
|
||
|
margin_bottom = 160.0
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="Label" type="Label" parent="CenterContainer"]
|
||
|
margin_left = 374.0
|
||
|
margin_top = 41.0
|
||
|
margin_right = 906.0
|
||
|
margin_bottom = 118.0
|
||
|
custom_fonts/font = SubResource( 1 )
|
||
|
text = "(titolo wip)
|
||
|
Brøther, can you give me the"
|
||
|
align = 1
|
||
|
valign = 1
|
||
|
|
||
|
[node name="CenterContainer2" type="CenterContainer" parent="."]
|
||
|
margin_top = 160.0
|
||
|
margin_right = 1280.0
|
||
|
margin_bottom = 480.0
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="Label2" type="Label" parent="CenterContainer2"]
|
||
|
margin_left = 178.0
|
||
|
margin_top = 14.0
|
||
|
margin_right = 1102.0
|
||
|
margin_bottom = 305.0
|
||
|
custom_fonts/font = SubResource( 2 )
|
||
|
text = "LÖÖPS?"
|
||
|
align = 1
|
||
|
valign = 1
|
||
|
|
||
|
[node name="Button" type="Button" parent="."]
|
||
|
margin_left = 480.0
|
||
|
margin_top = 520.0
|
||
|
margin_right = 800.0
|
||
|
margin_bottom = 680.0
|
||
|
custom_fonts/font = SubResource( 3 )
|
||
|
text = "Play"
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="TextureRect" type="TextureRect" parent="."]
|
||
|
margin_left = 40.0
|
||
|
margin_top = 520.0
|
||
|
margin_right = 200.0
|
||
|
margin_bottom = 680.0
|
||
|
texture = ExtResource( 3 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
[connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]
|