Skip to content

Commit

Permalink
actually add the new stuff stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 8, 2020
1 parent 2499725 commit 2d2bf42
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
22 changes: 16 additions & 6 deletions Themes/Til Death/BGAnimations/_calcdisplay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,10 @@ local modnames = {
"wrrr",
"wrjtl",
"wrjtr",
"cjohjl",
"cjohjr",
"cjql",
"cjqr",
"sl",
"sr",

Expand All @@ -591,12 +595,18 @@ local modColors = {
color(".4,0.9,0.3"),
color(".4,0.5,0.59"),
color(".4,0.3,0.49"),
color("1,0,0"),
color("1,0,0"),
color("1,0,0"),
color("1,0,0"),
color("1,0,0"),
color("1,0,0"),
color("1,0.2,0"),
color("1,0.2,0"),
color("1,0.3,0"),
color("1,0.3,0"),
color("1,0.4,0"),
color("1,0.4,0"),
color("1,0.5,0"),
color("1,0.5,0"),
color("1,0.6,0"),
color("1,0.6,0"),
color("1,0.7,0"),
color("1,0.7,0"),
}

-- top graph average text
Expand Down
2 changes: 1 addition & 1 deletion src/Etterna/Models/Misc/GameConstantsAndTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ StringToSkillset(const RString& s)
}

static const char* CalcPatternModNames[] = { "OHJump", "Anchor", "Roll", "HS",
"Jump", "CJ", "StreamMod", "OHTrill", "Chaos" , "FlamJam", "WideRangeRoll"};
"Jump", "CJ", "StreamMod", "OHTrill", "Chaos" , "FlamJam", "WideRangeRoll", "WideRangeJumptrill", "CJOHJump", "CJQuad"};
XToString(CalcPatternMod);
LuaXType(CalcPatternMod);

Expand Down

0 comments on commit 2d2bf42

Please sign in to comment.