Skip to content

Commit

Permalink
Add credits
Browse files Browse the repository at this point in the history
  • Loading branch information
outfrost committed Feb 18, 2024
1 parent f629a3d commit e37ba63
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 7 deletions.
55 changes: 52 additions & 3 deletions game/menu/MainMenu.tscn
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[gd_scene load_steps=7 format=3 uid="uid://dmfdkwcu73843"]
[gd_scene load_steps=10 format=3 uid="uid://dmfdkwcu73843"]

[ext_resource type="Theme" uid="uid://cgpmko4d01n84" path="res://game/ui-theme/theme.tres" id="1_7yq1p"]
[ext_resource type="Script" path="res://game/menu/CreditsPopup.gd" id="2"]
[ext_resource type="Script" path="res://game/menu/VersionLabel.gd" id="3_426jp"]
[ext_resource type="Script" path="res://game/menu/MainMenu.gd" id="4"]
[ext_resource type="Theme" uid="uid://bneqecul7ufgx" path="res://game/ui-theme/theme_main_menu.tres" id="4_g6k5d"]
[ext_resource type="Script" path="res://game/menu/sfx_ui-click.gd" id="5_1q6hi"]
[ext_resource type="FontVariation" uid="uid://2ny6cbh4f65c" path="res://game/ui-theme/font/default/regular.tres" id="6_qe4t0"]
[ext_resource type="FontVariation" uid="uid://b0ji8plgwfom1" path="res://game/ui-theme/font/default/bold.tres" id="7_x31vi"]
[ext_resource type="FontVariation" uid="uid://0508n4x4c5gj" path="res://game/ui-theme/font/banner/bold.tres" id="8_0xu7u"]

[node name="MainMenu" type="Control"]
layout_mode = 3
Expand Down Expand Up @@ -54,9 +57,9 @@ text = "[center][/center]"
layout_mode = 1
anchors_preset = -1
anchor_left = 0.85
anchor_top = 0.75
anchor_top = 0.9
anchor_right = 0.85
anchor_bottom = 0.75
anchor_bottom = 0.9
offset_left = -360.0
grow_horizontal = 0
grow_vertical = 0
Expand All @@ -72,6 +75,7 @@ clip_text = true

[node name="OptionsButton" type="Button" parent="VBoxContainer"]
unique_name_in_owner = true
visible = false
layout_mode = 2
disabled = true
text = "SETTINGS"
Expand Down Expand Up @@ -125,7 +129,27 @@ offset_left = 16.0
offset_top = 16.0
offset_right = -8.0
offset_bottom = -54.0
theme_override_fonts/normal_font = ExtResource("6_qe4t0")
theme_override_fonts/bold_font = ExtResource("7_x31vi")
theme_override_fonts/italics_font = ExtResource("8_0xu7u")
theme_override_font_sizes/italics_font_size = 32
bbcode_enabled = true
text = "[center][i][url=https://lyall-kindmurr.itch.io/]Lyall Kindmurr[/url][/i]
3D art, programming and level design
[i][url=https://marekdomagala.itch.io/]Marek Domagała[/url][/i]
Music, sound design and voice acting
[i][url=https://outfrost.itch.io/]Outfrost[/url][/i]
Programming, level design and production
[b][url=https://honestdan.itch.io/]HonestDan[/url][/b]
[url=https://clips.twitch.tv/NeighborlyToughCakeDoritosChip]Intro sound[/url]
[/center]"
scroll_active = false

[node name="RichTextLabel2" type="RichTextLabel" parent="CreditsPopup/Panel"]
layout_mode = 1
Expand All @@ -137,7 +161,32 @@ offset_left = 8.0
offset_top = 16.0
offset_right = -16.0
offset_bottom = -54.0
theme_override_fonts/normal_font = ExtResource("6_qe4t0")
theme_override_fonts/bold_font = ExtResource("7_x31vi")
theme_override_fonts/italics_font = ExtResource("8_0xu7u")
theme_override_font_sizes/italics_font_size = 32
bbcode_enabled = true
text = "[center]A [b][url=https://itch.io/jam/godot-wild-jam-66]Godot Wild Jam 66[/url][/b] game
Made with [b][url=https://godotengine.org/]Godot Engine[/url][/b]
Made with [b][url=https://fmod.com/]FMOD Studio[/url][/b]
by Firelight Technologies Pty Ltd.
[b][url=https://github.com/utopia-rise/fmod-gdextension]fmod-gdextension[/url][/b]
by Utopia-Rise and Alex Fonseka
Distributed on the MIT License
[/center]"
scroll_active = false

[node name="CloseButton" type="Button" parent="CreditsPopup/Panel"]
layout_mode = 1
Expand Down
8 changes: 4 additions & 4 deletions game/ui-theme/theme_main_menu.tres
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
[resource]
default_font = ExtResource("1_aswtm")
default_font_size = 20
Button/colors/font_color = Color(0.141176, 0.756863, 1, 1)
Button/colors/font_color = Color(0.980392, 0.380392, 0.286275, 1)
Button/colors/font_disabled_color = Color(1, 1, 1, 0.313726)
Button/colors/font_focus_color = Color(0.709804, 0.917647, 1, 1)
Button/colors/font_hover_color = Color(0.94902, 0.94902, 0.94902, 1)
Button/colors/font_pressed_color = Color(0.383958, 0.3325, 0.95, 1)
Button/colors/font_focus_color = Color(0.54902, 0.176471, 0.121569, 1)
Button/colors/font_hover_color = Color(0.980392, 0.639216, 0.588235, 1)
Button/colors/font_pressed_color = Color(0.941176, 0.941176, 0.941176, 1)
Button/font_sizes/font_size = 64
Button/fonts/font = ExtResource("1_pi440")
Button/styles/disabled = ExtResource("2_2htam")
Expand Down

0 comments on commit e37ba63

Please sign in to comment.