mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-04 02:56:06 -04:00
Default magic color, ornament hunt tracker icon, small fix
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 984 B |
@@ -1062,6 +1062,8 @@ extern "C" void InitOTR() {
|
||||
tm *tm_now = localtime(&now);
|
||||
|
||||
CVarRegisterInteger("gLetItSnow", 1);
|
||||
CVarRegisterInteger("gCosmetics.Consumable_Magic.Changed", 1);
|
||||
CVarRegisterColor("gCosmetics.Consumable_Magic.Value", Color_RGBA8{ 255, 0, 0, 255 });
|
||||
|
||||
srand(now);
|
||||
#ifdef ENABLE_CROWD_CONTROL
|
||||
|
||||
@@ -131,7 +131,7 @@ void EnChristmasTree_HandleEndTitle(EnChristmasTree* this, PlayState* play) {
|
||||
|
||||
// Hide player so he's not visible in the final screen. Also move him so target arrow on tree dissapears.
|
||||
player->actor.scale.x = player->actor.scale.y = player->actor.scale.z = 0.00001f;
|
||||
player->actor.world.pos.y = -200.0f;
|
||||
player->actor.world.pos.z = 500.0f;
|
||||
|
||||
// Hide HUD
|
||||
Interface_ChangeAlpha(1);
|
||||
|
||||
Reference in New Issue
Block a user