Launcher/Main_menu.tscn

69 lines
1.7 KiB
Plaintext
Raw Normal View History

2022-10-10 18:11:59 -05:00
[gd_scene load_steps=9 format=2]
[ext_resource path="res://textures/Title-Background.png" type="Texture" id=1]
[ext_resource path="res://fonts/SPACEBAR.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://Main_menu.gd" type="Script" id=3]
[ext_resource path="res://fonts/Title-font.tres" type="DynamicFont" id=4]
[ext_resource path="res://themes/Base_theme.tres" type="Theme" id=5]
[sub_resource type="Theme" id=1]
default_font = ExtResource( 4 )
[sub_resource type="DynamicFont" id=2]
size = 40
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=3]
size = 32
font_data = ExtResource( 2 )
[node name="Main_menu" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 5 )
script = ExtResource( 3 )
__meta__ = {
"_edit_lock_": true
}
[node name="HTTPRequest" type="HTTPRequest" parent="."]
[node name="Background" type="TextureRect" parent="."]
margin_right = 2000.0
margin_bottom = 2000.0
rect_scale = Vector2( 0.722402, 0.558973 )
texture = ExtResource( 1 )
__meta__ = {
"_edit_group_": true,
"_edit_lock_": true
}
[node name="Header" type="Label" parent="."]
anchor_right = 1.0
margin_bottom = 53.0
theme = SubResource( 1 )
custom_fonts/font = SubResource( 2 )
text = "UltraFlare Launcher"
align = 1
valign = 1
[node name="Panel" type="Panel" parent="."]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 40.0
margin_top = -112.0
margin_right = -40.0
theme = ExtResource( 5 )
[node name="Play_button" type="Button" parent="Panel"]
margin_left = 344.0
margin_top = 24.0
margin_right = 610.0
margin_bottom = 96.0
rect_scale = Vector2( 0.962016, 0.91427 )
custom_fonts/font = SubResource( 3 )
text = "play"
[connection signal="request_completed" from="HTTPRequest" to="." method="_on_HTTPRequest_request_completed"]