This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
ld47/game/menu/MainMenu.tscn
2020-10-05 10:50:26 +02:00

171 lines
3.6 KiB
Text

[gd_scene load_steps=7 format=2]
[ext_resource path="res://fonts/Merriweather/Merriweather-Light.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://game/menu/CreditsPopup.gd" type="Script" id=2]
[ext_resource path="res://game/ui-theme/ui_theme.tres" type="Theme" id=3]
[ext_resource path="res://game/menu/MainMenu.gd" type="Script" id=4]
[ext_resource path="res://game/ui-theme/panel_style_popup.tres" type="StyleBox" id=5]
[sub_resource type="DynamicFont" id=1]
size = 64
use_filter = true
font_data = ExtResource( 1 )
[node name="MainMenu" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource( 3 )
script = ExtResource( 4 )
__meta__ = {
"_edit_use_anchors_": false
}
play_button = NodePath("VBoxContainer/PlayButton")
credits_button = NodePath("VBoxContainer/CreditsButton")
quit_button = NodePath("VBoxContainer/QuitButton")
[node name="Background" type="TextureRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
expand = true
stretch_mode = 7
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="TitleLabel" type="RichTextLabel" parent="."]
anchor_left = 0.05
anchor_top = 0.1
anchor_right = 0.95
anchor_bottom = 0.5
theme = ExtResource( 3 )
custom_fonts/normal_font = SubResource( 1 )
bbcode_enabled = true
bbcode_text = "[center]Pillars of Anguish[/center]"
text = "Pillars of Anguish"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="."]
anchor_left = 0.4
anchor_top = 0.5
anchor_right = 0.6
anchor_bottom = 0.9
grow_horizontal = 2
theme = ExtResource( 3 )
custom_constants/separation = 10
__meta__ = {
"_edit_use_anchors_": false
}
[node name="PlayButton" type="Button" parent="VBoxContainer"]
margin_right = 360.0
margin_bottom = 49.0
text = "Play"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ChooseLevelButton" type="Button" parent="VBoxContainer"]
margin_top = 59.0
margin_right = 360.0
margin_bottom = 108.0
disabled = true
text = "Choose level"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="OptionsButton" type="Button" parent="VBoxContainer"]
margin_top = 118.0
margin_right = 360.0
margin_bottom = 167.0
disabled = true
text = "Options"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CreditsButton" type="Button" parent="VBoxContainer"]
margin_top = 177.0
margin_right = 360.0
margin_bottom = 226.0
text = "Credits"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="QuitButton" type="Button" parent="VBoxContainer"]
margin_top = 236.0
margin_right = 360.0
margin_bottom = 285.0
text = "Quit"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CreditsPopup" type="Popup" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Panel" type="Panel" parent="CreditsPopup"]
anchor_left = 0.25
anchor_top = 0.25
anchor_right = 0.75
anchor_bottom = 0.75
grow_horizontal = 2
grow_vertical = 2
custom_styles/panel = ExtResource( 5 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="CreditsPopup/Panel"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 16.0
margin_top = 16.0
margin_right = -16.0
margin_bottom = -16.0
bbcode_enabled = true
bbcode_text = "[center]3D art
[b]666Savior[/b]
Game design
[b]666Savior[/b]
[b]Outfrost[/b]
Level design
[b]666Savior[/b]
Programming
[b]Outfrost[/b]
[b]saveng0r[/b]
Godot Engine 3.2.3[/center]"
text = "3D art
666Savior
Game design
666Savior
Outfrost
Level design
666Savior
Programming
Outfrost
saveng0r
Godot Engine 3.2.3"