Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.
/ RSDE Public archive

Commit

Permalink
Update credits
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Jul 17, 2021
1 parent ca09b4f commit 73174f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ object Credits {
fun generateList(): List<Credit> =
listOf(
"programming" crediting listOf("chrislo27"),
"earlyAccess" crediting listOf("Draster", "Lvl100Feraligatr")
"earlyAccess" crediting listOf("Draster", "Lvl100Feraligatr"),
"specialThanks" crediting listOf("Kievit")
)

private infix fun String.crediting(persons: List<String>): Credit =
Expand Down
1 change: 1 addition & 0 deletions gui/src/main/resources/localization/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ about.credits=Credits

credits.programming=Programming
credits.earlyAccess=Early Access Testers
credits.specialThanks=Special Thanks

settings.title=Settings
settings.nightMode=Night Mode
Expand Down

0 comments on commit 73174f5

Please sign in to comment.