Launcher/Main_menu.tscn

82 lines
2.3 KiB
Plaintext
Raw Normal View History

2022-10-10 20:59:43 -05:00
[gd_scene load_steps=11 format=2]
2022-10-10 18:11:59 -05:00
[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]
2022-10-10 20:59:43 -05:00
[ext_resource path="res://fonts/retro_gaming.tres" type="DynamicFont" id=7]
2022-10-10 18:11:59 -05:00
[sub_resource type="Theme" id=1]
default_font = ExtResource( 4 )
[sub_resource type="DynamicFont" id=2]
size = 40
font_data = ExtResource( 2 )
2022-10-10 20:59:43 -05:00
[sub_resource type="StyleBoxFlat" id=4]
bg_color = Color( 0.0823529, 0.0745098, 0.117647, 1 )
border_width_left = 10
border_width_right = 5
border_color = Color( 0.0823529, 0.0745098, 0.117647, 1 )
corner_radius_top_left = 16
corner_radius_top_right = 16
corner_radius_bottom_right = 16
corner_radius_bottom_left = 16
corner_detail = 16
[sub_resource type="DynamicFont" id=5]
2022-10-10 18:11:59 -05:00
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 )
[node name="Background" type="TextureRect" parent="."]
margin_right = 2000.0
margin_bottom = 2000.0
rect_scale = Vector2( 0.722402, 0.558973 )
texture = ExtResource( 1 )
[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
2022-10-10 20:59:43 -05:00
margin_left = 64.0
margin_top = -120.0
margin_right = -64.0
margin_bottom = -24.0
theme = ExtResource( 5 )
custom_styles/panel = SubResource( 4 )
[node name="Version_menu" type="OptionButton" parent="Panel"]
margin_left = 304.0
margin_top = 64.0
margin_right = 432.0
margin_bottom = 91.0
2022-10-10 18:11:59 -05:00
theme = ExtResource( 5 )
2022-10-10 20:59:43 -05:00
custom_fonts/font = ExtResource( 7 )
2022-10-10 18:11:59 -05:00
[node name="Play_button" type="Button" parent="Panel"]
2022-10-10 20:59:43 -05:00
margin_left = 288.0
margin_top = 8.0
margin_right = 612.0
margin_bottom = 61.0
2022-10-10 18:11:59 -05:00
rect_scale = Vector2( 0.962016, 0.91427 )
2022-10-10 20:59:43 -05:00
custom_fonts/font = SubResource( 5 )
2022-10-10 18:11:59 -05:00
text = "play"
2022-10-10 20:59:43 -05:00
[connection signal="pressed" from="Panel/Play_button" to="." method="_on_Play_button_pressed"]