intro text
This commit is contained in:
parent
87d2f5634a
commit
0f30f5baf6
85
vacation.p8
85
vacation.p8
@ -1781,6 +1781,13 @@ sequencer = {
|
|||||||
}
|
}
|
||||||
mknew(sequencer)
|
mknew(sequencer)
|
||||||
|
|
||||||
|
basic_words=[[JUMP,PLAY,AIR,SUN
|
||||||
|
DRIFT,SURF,FLOAT,WAVES
|
||||||
|
DIVE,WATER,OCEAN,SEA
|
||||||
|
DRIFT,SOAR,IMAGINE,BE
|
||||||
|
RELAX,CHILL,TOY,POOLTOY
|
||||||
|
SINK,DEEP,TRANCE,FOLLOW]]
|
||||||
|
|
||||||
function sequencer:next()
|
function sequencer:next()
|
||||||
if (mainview.score) self.score += mainview.score
|
if (mainview.score) self.score += mainview.score
|
||||||
if (mainview.max_score) self.max_score += mainview.max_score
|
if (mainview.max_score) self.max_score += mainview.max_score
|
||||||
@ -1804,12 +1811,64 @@ function create_game()
|
|||||||
{
|
{
|
||||||
f=zonk_mode.new,
|
f=zonk_mode.new,
|
||||||
params={{
|
params={{
|
||||||
file=[[center:4:19
|
file=[[center:6:20
|
||||||
wELCOME! iN A LATER
|
wELCOME TO vACATION!
|
||||||
VERSION, THERE WILL
|
|
||||||
BE A TUTORIAL HERE.]],
|
tHIS GAME USES #ONLY
|
||||||
|
#THE #ARROW #KEYS FOR
|
||||||
|
GAMEPLAY, SO PRESS
|
||||||
|
RIGHT TO CONTINUE.
|
||||||
|
-----
|
||||||
|
center:9:20
|
||||||
|
>vACATION IS A
|
||||||
|
#HYPNOTIC #EXPERIENCE.
|
||||||
|
|
||||||
|
iF YOU WOULD LIKE TO
|
||||||
|
>#STOP AT ANY TIME,
|
||||||
|
FOR ANY REASON, HOLD
|
||||||
|
#x OR #o. tHIS HALTS
|
||||||
|
>THE GAME AND STARTS
|
||||||
|
AN AWAKENER.
|
||||||
|
-----
|
||||||
|
center:9:20
|
||||||
|
>aT THE END OF THIS
|
||||||
|
>GAME, THE HYPNOTIC
|
||||||
|
SUGGESTIONS WILL END
|
||||||
|
>AND YOU'LL BE WOKEN
|
||||||
|
BACK UP.
|
||||||
|
|
||||||
|
>sO DURING THE GAME,
|
||||||
|
FEEL FREE TO !SINK AS
|
||||||
|
!DEEP INTO TRANCE AS
|
||||||
|
>YOU LIKE!
|
||||||
|
-----
|
||||||
|
center:2:20
|
||||||
|
iN THIS GAME, YOU'RE
|
||||||
|
AN #ORCA #POOLTOY.
|
||||||
|
-----
|
||||||
|
center:3:16
|
||||||
|
tHAT'S ALSO THE
|
||||||
|
CHARACTER IN THE
|
||||||
|
ARCADE PART.
|
||||||
|
-----
|
||||||
|
center:10:20
|
||||||
|
lET'S TRY THE ARCADE
|
||||||
|
PART! #jUMP AND #DIVE
|
||||||
|
>TO CATCH !THE WORDS.
|
||||||
|
|
||||||
|
yOU DON'T HAVE TO
|
||||||
|
PAY ATTENTION TO THE
|
||||||
|
>!WORDS THEMSELVES;
|
||||||
|
THEY'RE JUST HERE TO
|
||||||
|
!SHAPE THE EXPERIENCE
|
||||||
|
FOR !YOU.
|
||||||
|
-----
|
||||||
|
center:2:10
|
||||||
|
UP: JUMP
|
||||||
|
DOWN: DIVE]],
|
||||||
txd=0,
|
txd=0,
|
||||||
txf=1,
|
txf=1,
|
||||||
|
exf=15,
|
||||||
cmul=0.25,
|
cmul=0.25,
|
||||||
hide_stripes=true,
|
hide_stripes=true,
|
||||||
}},
|
}},
|
||||||
@ -1817,24 +1876,16 @@ BE A TUTORIAL HERE.]],
|
|||||||
{
|
{
|
||||||
f = arcade_level.new,
|
f = arcade_level.new,
|
||||||
params = {{
|
params = {{
|
||||||
max_score=25,
|
max_score=10,
|
||||||
wordsets=[[JUMP,PLAY,AIR,SUN
|
wordsets=basic_words,
|
||||||
DRIFT,SURF,FLOAT,WAVES
|
|
||||||
DIVE,WATER,OCEAN,SEA
|
|
||||||
DRIFT,SOAR,IMAGINE,BE
|
|
||||||
RELAX,CHILL,TOY,POOLTOY
|
|
||||||
SINK,DEEP,TRANCE,FOLLOW]]
|
|
||||||
}},
|
}},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
f = zonk_mode.new,
|
f = zonk_mode.new,
|
||||||
params={{
|
params={{
|
||||||
file=[[center:5:14
|
file=[[center:2:19
|
||||||
ZONK TEXT TEST
|
incomplete content:
|
||||||
#ZONK TEXT #TEST
|
iNDUCTION PROTOTYPE
|
||||||
$ZONK $TEXT $TEST
|
|
||||||
!ZONK !TEXT !TEST
|
|
||||||
^ZONK ^TEXT ^TEST
|
|
||||||
-----
|
-----
|
||||||
center:1:13 bon bpal:1 set:confirmed:true set:bwt:1 set:txf:2 set:txd:0 set:exd:0 set:exf:10
|
center:1:13 bon bpal:1 set:confirmed:true set:bwt:1 set:txf:2 set:txd:0 set:exd:0 set:exf:10
|
||||||
bREATHE IN...
|
bREATHE IN...
|
||||||
|
Loading…
Reference in New Issue
Block a user