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.
ld50/game/menu/MainMenu.tscn
2022-04-05 03:43:53 +02:00

206 lines
4.8 KiB
Text

[gd_scene load_steps=8 format=2]
[ext_resource path="res://fonts/sans/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://assets/ld50-cover.jpg" type="Texture" id=6]
[ext_resource path="res://fonts/sans/verylarge_reg.tres" type="DynamicFont" id=7]
[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 )
[node name="Background" type="TextureRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource( 6 )
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 = "v0.2.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 )
custom_fonts/normal_font = ExtResource( 7 )
bbcode_enabled = true
bbcode_text = "[center]Re:Placement[/center]"
text = "Re:Placement"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="."]
anchor_left = 0.5
anchor_top = 0.6
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -128.0
margin_right = 128.0
grow_horizontal = 2
theme = ExtResource( 3 )
custom_constants/separation = 10
[node name="PlayButton" type="Button" parent="VBoxContainer"]
margin_right = 256.0
margin_bottom = 32.0
text = "Play"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="OptionsButton" type="Button" parent="VBoxContainer"]
margin_top = 42.0
margin_right = 256.0
margin_bottom = 74.0
disabled = true
text = "Options"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CreditsButton" type="Button" parent="VBoxContainer"]
margin_top = 84.0
margin_right = 256.0
margin_bottom = 116.0
text = "Credits"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="QuitButton" type="Button" parent="VBoxContainer"]
margin_top = 126.0
margin_right = 256.0
margin_bottom = 158.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 )
[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 = -360.0
margin_top = -286.0
margin_right = 360.0
margin_bottom = 286.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 = 1.0
anchor_bottom = 1.0
margin_left = 16.0
margin_top = 16.0
margin_right = -16.0
margin_bottom = -64.0
bbcode_enabled = true
bbcode_text = "[center][b][url=https://666savior.itch.io/]666Savior[/url][/b]
3D art
[b][url=https://hz13.itch.io/]Alex Tengu[/url][/b]
Programming
[b][url=https://cjgladback.itch.io/]CJGladback[/url][/b]
3D art and animation
[b][url=https://marekdomagala-composer.itch.io/]Marek Domagała[/url][/b]
Music, sound design and voice acting
[b][url=https://outfrost.itch.io/]Outfrost[/url][/b]
Programming and production
[b][url=https://honestdan.itch.io/]HonestDan[/url][/b]
[url=https://clips.twitch.tv/NeighborlyToughCakeDoritosChip]Sound effect[/url]
A [url=https://ldjam.com/events/ludum-dare/50/$276542]Ludum Dare 50[/url] game
Made with [url=https://godotengine.org/]Godot Engine[/url]
Made with [b][url=https://fmod.com/]FMOD Studio[/url][/b] by Firelight Technologies Pty Ltd.
[url=https://github.com/utopia-rise/fmod-gdnative][b]fmod-gdnative[/b][/url]
Copyright © 2019 Utopia-Rise and Alex Fonseka
Distributed on the MIT License[/center]"
text = "666Savior
3D art
Alex Tengu
Programming
CJGladback
3D art and animation
Marek Domagała
Music, sound design and voice acting
Outfrost
Programming and production
HonestDan
Sound effect
A Ludum Dare 50 game
Made with Godot Engine
Made with FMOD Studio by Firelight Technologies Pty Ltd.
fmod-gdnative
Copyright © 2019 Utopia-Rise and Alex Fonseka
Distributed on the MIT License"
[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 = -48.0
margin_right = -16.0
margin_bottom = -16.0
text = "Close"
__meta__ = {
"_edit_use_anchors_": false
}