way trippier params; skip dolphin game while testing zonk bg

This commit is contained in:
2024-02-09 00:30:45 -08:00
parent d5647a0328
commit ef59dc3f6a

View File

@ -1017,17 +1017,17 @@ end
function start_game()
seq = sequencer.new{
{
f = arcade_level.new,
params = {{
max_score=2,
}}
},
-- {
-- f = arcade_level.new,
-- params = {{
-- max_score=2,
-- }}
-- },
{
f = function()
pal()
clear_alt_pal_bits()
return view.of{bg.new(), fuzzy_stripey.new{interval=7}}
return view.of{bg.new(), fuzzy_stripey.new{interval=7, tries=5}}
end,
},
}