mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 05:25:14 +00:00
Added spire level to arena
This commit is contained in:
parent
c07c80f5ef
commit
60db46a6fa
2 changed files with 2 additions and 0 deletions
BIN
mods/arena/levels/level_arena_spire_entry.lvl
Normal file
BIN
mods/arena/levels/level_arena_spire_entry.lvl
Normal file
Binary file not shown.
|
@ -28,6 +28,7 @@ LEVEL_ARENA_SKY_BEACH = level_register('level_arena_sky_beach_entry', COURSE_NON
|
|||
LEVEL_ARENA_PILLARS = level_register('level_arena_pillars_entry', COURSE_NONE, 'Pillars', 'pillars', 28000, 0x28, 0x28, 0x28)
|
||||
LEVEL_ARENA_FORTS = level_register('level_arena_forts_entry', COURSE_NONE, 'Forts', 'forts', 28000, 0x28, 0x28, 0x28)
|
||||
LEVEL_ARENA_CITADEL = level_register('level_arena_citadel_entry', COURSE_NONE, 'Citadel', 'citadel', 28000, 0x28, 0x28, 0x28)
|
||||
LEVEL_ARENA_SPIRE = level_register('level_arena_spire_entry', COURSE_NONE, 'Spire', 'spire', 28000, 0x28, 0x28, 0x28)
|
||||
|
||||
local gGameLevels = {
|
||||
{ level = LEVEL_ARENA_ORIGIN, name = 'Origin' },
|
||||
|
@ -35,6 +36,7 @@ local gGameLevels = {
|
|||
{ level = LEVEL_ARENA_PILLARS, name = 'Pillars' },
|
||||
{ level = LEVEL_ARENA_FORTS, name = 'Forts' },
|
||||
{ level = LEVEL_ARENA_CITADEL, name = 'Citadel' },
|
||||
{ level = LEVEL_ARENA_SPIRE, name = 'Spire' },
|
||||
}
|
||||
|
||||
-- expose certain functions to other mods
|
||||
|
|
Loading…
Reference in a new issue