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.
ld49/game/menu/MainMenu.tscn
2021-11-07 01:15:31 +01:00

361 lines
6.9 KiB
Text

[gd_scene load_steps=7 format=2]
[ext_resource path="res://font/main/small_reg.tres" type="DynamicFont" 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]
[ext_resource path="res://font/stats/large_reg.tres" type="DynamicFont" id=6]
[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
}
[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="VersionLabel" type="Label" parent="."]
anchor_top = 1.0
anchor_bottom = 1.0
margin_left = 8.0
margin_top = -64.0
margin_right = 512.0
margin_bottom = -8.0
grow_vertical = 0
custom_fonts/font = ExtResource( 1 )
text = "v1.0.0"
valign = 2
__meta__ = {
"_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 )
bbcode_enabled = true
bbcode_text = "[center][/center]"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="."]
anchor_left = 0.5
anchor_top = 0.63
anchor_right = 0.5
anchor_bottom = 0.9
margin_left = -160.0
margin_right = 160.0
grow_horizontal = 2
theme = ExtResource( 3 )
custom_constants/separation = 10
__meta__ = {
"_edit_use_anchors_": false
}
[node name="PlayButton" type="Button" parent="VBoxContainer"]
margin_right = 320.0
margin_bottom = 33.0
text = "Play"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ControlsButton" type="Button" parent="VBoxContainer"]
margin_top = 43.0
margin_right = 320.0
margin_bottom = 76.0
text = "Controls"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CreditsButton" type="Button" parent="VBoxContainer"]
margin_top = 86.0
margin_right = 320.0
margin_bottom = 119.0
text = "Credits"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="QuitButton" type="Button" parent="VBoxContainer"]
margin_top = 129.0
margin_right = 320.0
margin_bottom = 162.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.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -460.0
margin_top = -320.0
margin_right = 460.0
margin_bottom = 320.0
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 = 0.5
anchor_bottom = 1.0
margin_left = 16.0
margin_top = 16.0
margin_right = -8.0
margin_bottom = -66.0
custom_fonts/italics_font = ExtResource( 6 )
bbcode_enabled = true
bbcode_text = "[center][i]Art & animation[/i]
[b]CJGladback[/b]
[b]666Savior[/b]
[i]Music & sound design[/i]
[b]Marek Domagała[/b]
[i]Programming[/i]
[b]Kiskadee[/b]
[b]L1Q[/b]
[b]Outfrost[/b]
[i]Writing[/i]
[b]666Savior[/b]
[i]A [url=https://ldjam.com/events/ludum-dare/49/$258396]Ludum Dare 49[/url] game[/i][/center]"
text = "Art & animation
CJGladback
666Savior
Music & sound design
Marek Domagała
Programming
Kiskadee
L1Q
Outfrost
Writing
666Savior
A Ludum Dare 49 game"
scroll_active = false
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel2" type="RichTextLabel" parent="CreditsPopup/Panel"]
anchor_left = 0.5
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 8.0
margin_top = 16.0
margin_right = -16.0
margin_bottom = -66.0
custom_fonts/italics_font = ExtResource( 6 )
bbcode_enabled = true
bbcode_text = "[center][i]Production[/i]
[b]Outfrost[/b]
[i]Additional assets[/i]
[b]Alex Tengu[/b]
[i]Sound samples[/i]
HonestDan
[b]freesound.org users:[/b]
GowlerMusic
jameswrowles
TheGloomWorker
vdm.r
[i]Made with Godot[/i][/center]"
text = "Production
Outfrost
Additional assets
Alex Tengu
Sound samples
HonestDan
freesound.org users:
GowlerMusic
jameswrowles
TheGloomWorker
vdm.r
Made with Godot"
scroll_active = false
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CloseButton" type="Button" parent="CreditsPopup/Panel"]
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -176.0
margin_top = -50.0
margin_right = -16.0
margin_bottom = -16.0
text = "Close"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ControlsPopup" 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="ControlsPopup"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -460.0
margin_top = -320.0
margin_right = 460.0
margin_bottom = 320.0
grow_horizontal = 2
grow_vertical = 2
custom_styles/panel = ExtResource( 5 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="ControlsPopup/Panel"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 16.0
margin_top = 16.0
margin_right = -16.0
margin_bottom = -66.0
custom_fonts/italics_font = ExtResource( 6 )
bbcode_enabled = true
bbcode_text = "[center][i]Move around[/i]
[W][A][S][D] [^][<][v][>]
[i]Rotate camera[/i]
[Mouse 2] [Mouse 3]
[i]Zoom[/i]
[Mouse Wheel] [-][=]
[i]Use appliance[/i]
[Mouse 1]
[i]Back to menu[/i]
[Backspace][/center]"
text = "Move around
[W][A][S][D] [^][<][v][>]
Rotate camera
[Mouse 2] [Mouse 3]
Zoom
[Mouse Wheel] [-][=]
Use appliance
[Mouse 1]
Back to menu
[Backspace]"
scroll_active = false
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel2" type="RichTextLabel" parent="ControlsPopup/Panel"]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 16.0
margin_top = 16.0
margin_right = -16.0
margin_bottom = -66.0
custom_fonts/italics_font = ExtResource( 6 )
bbcode_enabled = true
bbcode_text = "[center][i]Move around[/i]
[W][A][S][D] [^][<][v][>]
[i]Rotate camera[/i]
[Mouse 2] [Mouse 3]
[i]Zoom[/i]
[Mouse Wheel] [-][=]
[i]Back to menu[/i]
[Backspace][/center]"
text = "Move around
[W][A][S][D] [^][<][v][>]
Rotate camera
[Mouse 2] [Mouse 3]
Zoom
[Mouse Wheel] [-][=]
Back to menu
[Backspace]"
scroll_active = false
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CloseButton" type="Button" parent="ControlsPopup/Panel"]
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -176.0
margin_top = -50.0
margin_right = -16.0
margin_bottom = -16.0
text = "Close"
__meta__ = {
"_edit_use_anchors_": false
}