Skip to content

Commit 2417615

Browse files
committed
lengthen some short names
1 parent 152a32b commit 2417615

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Themes/Til Death/BGAnimations/_calcdisplay.lua

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ o[#o + 1] = LoadFont("Common Normal") .. {
655655
]]
656656
local modnames = {
657657
-- CalcPatternMod shortnames
658-
"st",
658+
"strm",
659659
"js",
660660
--"jss",
661661
--"jsj",
@@ -676,18 +676,18 @@ local modnames = {
676676
"cjohj",
677677
--"cjohjpc",
678678
--"cjohjsc",
679-
"blnc",
679+
"balnc",
680680
"roll",
681681
"oht",
682682
"voht",
683-
"c",
684-
"fc",
683+
"chaos",
684+
"flam",
685685
"wrr",
686686
"wrjt",
687687
"wrb",
688688
"wra",
689-
"tt",
690-
"tt2",
689+
"thing",
690+
"thing2",
691691
"rm",
692692
--"rl",
693693
--"ral",
@@ -706,8 +706,8 @@ local modnames = {
706706
-- CalcPatternMods above this line
707707
-- CalcDebugMisc mods meant for only the top graph:
708708
-- (this list should match the miscToUpperMods list)
709-
"s",
710-
"jks",
709+
"stam",
710+
"jkstm",
711711
}
712712

713713
-- this list has order

0 commit comments

Comments
 (0)