Fix arena-lighting

This commit is contained in:
Agent X 2024-03-13 17:06:25 -04:00
parent ec93214cd1
commit 5c06085f7e
1 changed files with 1 additions and 3 deletions

View File

@ -13,9 +13,7 @@ local function on_level_init()
set_lighting_dir(1, -10)
elseif gNetworkPlayers[0].currLevelNum == LEVEL_ARENA_PILLARS then
set_lighting_dir(1, -10)
elseif gNetworkPlayers[0].currLevelNum == LEVEL_ARENA_SKY_BEACH then
set_lighting_dir(1, 0)
elseif gNetworkPlayers[0].currLevelNum == LEVEL_ARENA_SPIRE then
else
set_lighting_dir(1, 0)
end
end