1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 00:59:31 +00:00
This commit is contained in:
Étienne Fildadut 2021-11-27 14:37:55 +01:00
parent 12d2aa3e82
commit 14d348bad9
3 changed files with 28 additions and 28 deletions

View file

@ -3,13 +3,13 @@ _[16]={1}
_[15]={}
_[14]={1}
_[13]={}
_[12]={tags=_[15],text=" to move."}
_[11]={tags=_[15],text=" joystick"}
_[10]={tags=_[16],text="left"}
_[9]={tags=_[15],text="Use "}
_[8]={tags=_[13],text=" to jump."}
_[7]={tags=_[14],text="A"}
_[6]={tags=_[13],text="Press "}
_[12]={text=" to move.",tags=_[15]}
_[11]={text="joystick",tags=_[15]}
_[10]={text="left ",tags=_[16]}
_[9]={text="Use ",tags=_[15]}
_[8]={text="to jump.",tags=_[13]}
_[7]={text="A ",tags=_[14]}
_[6]={text="Press ",tags=_[13]}
_[5]={_[9],_[10],_[11],_[12]}
_[4]={_[6],_[7],_[8]}
_[3]={"return"}
@ -22,20 +22,20 @@ return {_[1],_[2],_[3]}
text = "Press "
}, {
tags = { 1 },
text = "A"
text = "A "
}, {
tags = <table 1>,
text = " to jump."
text = "to jump."
} } }
{ "text", { {
tags = <1>{},
text = "Use "
}, {
tags = { 1 },
text = "left"
text = "left "
}, {
tags = <table 1>,
text = " joystick"
text = "joystick"
}, {
tags = <table 1>,
text = " to move."