In Memoriam - Memorializing those who've passed within the SS13+SS14 community (#39621)
In Memoriam - adds a section to the credits memorializing those who've passed
This commit is contained in:
@@ -356,6 +356,7 @@ public sealed partial class CreditsWindow : DefaultWindow
|
||||
AddSection(Loc.GetString("credits-window-contributors-section-title"), "GitHub.txt");
|
||||
AddSection(Loc.GetString("credits-window-codebases-section-title"), "SpaceStation13.txt");
|
||||
AddSection(Loc.GetString("credits-window-original-remake-team-section-title"), "OriginalRemake.txt");
|
||||
AddSection(Loc.GetString("credits-window-immortals-title"), "Immortals.txt", true);
|
||||
AddSection(Loc.GetString("credits-window-special-thanks-section-title"), "SpecialThanks.txt", true);
|
||||
|
||||
var linkGithub = _cfg.GetCVar(CCVars.InfoLinksGithub);
|
||||
|
||||
6
Resources/Credits/Immortals.txt
Normal file
6
Resources/Credits/Immortals.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
[color=white][bold]ArcLumin[/bold][/color] - March 8th, 2017
|
||||
[color=white][bold]OrdoDictionary[/bold][/color] - August 26th, 2020
|
||||
[color=white][bold]DrSingh[/bold][/color] - September 5th, 2022
|
||||
[color=white][bold]Desolane900[/bold][/color] - Circa 2023, unknown date
|
||||
[color=white][bold]PWNRA[/bold][/color], A. A. 'Gramps' Silverton - Circa 2025, unknown date
|
||||
[color=white][bold]Honkertron[/bold][/color] - Unknown date
|
||||
@@ -9,6 +9,7 @@ credits-window-contribute-button = Contribute!
|
||||
credits-window-contributors-section-title = Space Station 14 Contributors
|
||||
credits-window-codebases-section-title = Space Station 13 Codebases
|
||||
credits-window-original-remake-team-section-title = Original Space Station 13 Remake Team
|
||||
credits-window-immortals-title = In Memoriam
|
||||
credits-window-special-thanks-section-title = Special Thanks
|
||||
|
||||
credits-window-attributions-directory = [color=white]Directory:[/color] {$directory}
|
||||
|
||||
Reference in New Issue
Block a user