TreasureHunt: Add glow to golden shovel.

Also to mark pipe area.
shapetextures
Sven Eberhardt 2015-10-14 22:29:11 -04:00
parent c2271f743a
commit 3bf4ee2b39
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@ func DoInit(int first_player)
g_golden_idol->SetLightRange(150,15);
g_golden_idol->SetLightColor(0xffc000);
}
if (g_golden_shovel)
{
g_golden_shovel->SetLightRange(25,15);
g_golden_shovel->SetLightColor(0xffc000);
}
// Start Intro.
StartSequence("Intro", 0, g_flagpole);
return true;