@@ -61,48 +61,6 @@ const matjson::Value XPUtils::skills = matjson::makeObject({
6161 })}
6262});
6363
64- /* const std::vector<std::string> XPUtils::skillIDs = { "chokepoints", "duals", "fastPaced", "cps", "memory", "nerve", "ship", "swing", "timings", "wave" };
65-
66- const std::map<std::string, std::string> skillNames = {
67- {"chokepoints", "Chokepoints"},
68- {"duals", "Duals"},
69- {"fastPaced", "Fast Paced"},
70- {"cps", "High CPS"},
71- {"memory", "Memory/Learny"},
72- {"nerve", "Nerve Control"},
73- {"ship", "Ship"},
74- {"swing", "Swing"},
75- {"timings", "Timings"},
76- {"wave", "Wave"}
77- };
78-
79- const std::map<std::string, CCPoint> skillPositions = {
80- {"chokepoints", {-105.f, 15.f}},
81- {"duals", {-105.f, -15.f}},
82- {"fastPaced", {-105.f, -45.f}},
83- {"cps", {-105.f, -75.f}},
84- {"memory", {-105.f, -105.f}},
85- {"nerve", {105.f, 15.f}},
86- {"ship", {105.f, -15.f}},
87- {"swing", {105.f, -45.f}},
88- {"timings", {105.f, -75.f}},
89- {"wave", {105.f, -105.f}}
90- };
91-
92- const std::map<std::string, ccColor3B> skillColors = {
93- {"chokepoints", ccColor3B{255, 0, 0}},
94- {"duals", ccColor3B{255, 128, 0}},
95- {"fastPaced", ccColor3B{255, 255, 0}},
96- {"cps", ccColor3B{128, 255, 0}},
97- {"memory", ccColor3B{0, 255, 0}},
98- {"nerve", ccColor3B{0, 255, 128}},
99- {"ship", ccColor3B{0, 255, 255}},
100- {"swing", ccColor3B{0, 128, 255}},
101- {"timings", ccColor3B{0, 0, 255}},
102- {"wave", ccColor3B{128, 0, 255}}
103- };*/
104-
105- // const std::vector<int> FIBONACCI = {1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181};
10664const float scaling = (1 .f / 500 .f);
10765
10866void XPUtils::getMaxLevels () {
0 commit comments