From ef59dc3f6af2036e3b007106b3457fb16f59cb4a Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Fri, 9 Feb 2024 00:30:45 -0800 Subject: [PATCH] way trippier params; skip dolphin game while testing zonk bg --- vacation.p8 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/vacation.p8 b/vacation.p8 index 1f4ba77..7e1e02f 100644 --- a/vacation.p8 +++ b/vacation.p8 @@ -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, }, }