From e6ab9d738f7dbb4ef54c8a4afb7d76b786fbe0cc Mon Sep 17 00:00:00 2001 From: John Reactor Date: Fri, 19 Aug 2011 22:46:56 +0200 Subject: [PATCH] Cosmetic addition to credits. --- Themes/default/BGAnimations/ScreenCredits overlay.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Themes/default/BGAnimations/ScreenCredits overlay.lua b/Themes/default/BGAnimations/ScreenCredits overlay.lua index 6d9b73f724..a6cb08779a 100644 --- a/Themes/default/BGAnimations/ScreenCredits overlay.lua +++ b/Themes/default/BGAnimations/ScreenCredits overlay.lua @@ -55,6 +55,10 @@ local contrib = { "waiei", -- custom scoring fixes + Hybrid scoring } +local translators = { + "John Reactor (Polish)", + } + local thanks = { "A Pseudonymous Coder", -- support "Bill Shillito (DM Ashura)", -- Music (not yet though) @@ -94,11 +98,14 @@ local sections = { { "sm-ssc Team", sm_ssc }, { "StepMania Team", stepmania }, { "Other Contributors", contrib }, + { "Translators", translators }, { "Special Thanks", thanks }, { "Shoutouts", shoutout }, { "Copyright", copyright }, } + + -- To add people or sections modify the above. local lineOn = cmd(zoom,0.875;strokecolor,color("#444444");shadowcolor,color("#444444");shadowlength,3)