add lantern, midna, and heart colors

This commit is contained in:
gymnast86
2026-08-06 09:38:00 -07:00
parent 960d016113
commit 6481d12a3d
10 changed files with 587 additions and 103 deletions
+4 -1
View File
@@ -21,6 +21,7 @@ struct cvars {
ConfigVarHandle boomerangColor = 0;
ConfigVarHandle ironBootsColor = 0;
ConfigVarHandle spinnerColor = 0;
ConfigVarHandle heartColor = 0;
ConfigVarHandle midnaHairBaseColor = 0;
ConfigVarHandle midnaHairTipsColor = 0;
ConfigVarHandle midnaChargeRingColor = 0;
@@ -31,4 +32,6 @@ struct cvars {
cvars& get_cvars();
std::string get_str_option(ConfigVarHandle handle, const std::string& fallback);
std::string get_str_option(ConfigVarHandle handle, const std::string& fallback);
int64_t get_int_option(ConfigVarHandle handle, int64_t fallback);