use the right loader
This commit is contained in:
parent
f675e31967
commit
4fddbea82c
@ -127,7 +127,6 @@ function _init()
|
|||||||
mode = game_mode
|
mode = game_mode
|
||||||
init_blip_pals()
|
init_blip_pals()
|
||||||
wipe_game() -- redundant?
|
wipe_game() -- redundant?
|
||||||
load_level(example_level_csv)
|
|
||||||
game_state = game
|
game_state = game
|
||||||
pal(2,129)
|
pal(2,129)
|
||||||
pal()
|
pal()
|
||||||
@ -223,7 +222,7 @@ function updategame()
|
|||||||
interlude -= 1
|
interlude -= 1
|
||||||
else
|
else
|
||||||
current_wave = flotilla.new()
|
current_wave = flotilla.new()
|
||||||
current_wave:load_level(0, 0, min(ones(waves_complete)\2, 4))
|
current_wave:load(0, 0, min(ones(waves_complete)\2, 4))
|
||||||
end
|
end
|
||||||
events:vore(new_events)
|
events:vore(new_events)
|
||||||
events:strip(call_move)
|
events:strip(call_move)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user