mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 23:25:34 -07:00
Default hearts color
This commit is contained in:
parent
2a886a4a0e
commit
06cd814405
1 changed files with 2 additions and 0 deletions
|
@ -1062,6 +1062,8 @@ extern "C" void InitOTR() {
|
|||
tm *tm_now = localtime(&now);
|
||||
|
||||
CVarRegisterInteger("gLetItSnow", 1);
|
||||
CVarRegisterInteger("gCosmetics.Consumable_Hearts.Changed", 1);
|
||||
CVarRegisterColor("gCosmetics.Consumable_Hearts.Value", Color_RGBA8{ 255, 158, 0, 255 });
|
||||
CVarRegisterInteger("gCosmetics.Consumable_Magic.Changed", 1);
|
||||
CVarRegisterColor("gCosmetics.Consumable_Magic.Value", Color_RGBA8{ 255, 0, 0, 255 });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue