mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Fix arena-lighting
This commit is contained in:
parent
ec93214cd1
commit
5c06085f7e
1 changed files with 1 additions and 3 deletions
|
|
@ -13,9 +13,7 @@ local function on_level_init()
|
||||||
set_lighting_dir(1, -10)
|
set_lighting_dir(1, -10)
|
||||||
elseif gNetworkPlayers[0].currLevelNum == LEVEL_ARENA_PILLARS then
|
elseif gNetworkPlayers[0].currLevelNum == LEVEL_ARENA_PILLARS then
|
||||||
set_lighting_dir(1, -10)
|
set_lighting_dir(1, -10)
|
||||||
elseif gNetworkPlayers[0].currLevelNum == LEVEL_ARENA_SKY_BEACH then
|
else
|
||||||
set_lighting_dir(1, 0)
|
|
||||||
elseif gNetworkPlayers[0].currLevelNum == LEVEL_ARENA_SPIRE then
|
|
||||||
set_lighting_dir(1, 0)
|
set_lighting_dir(1, 0)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue