mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-08 18:28:49 +01:00
Chapter 8 choices formatting
This commit is contained in:
parent
14b7d1a6ea
commit
e4d7b18bf2
1 changed files with 4 additions and 2 deletions
|
@ -622,8 +622,10 @@ label chapter_8:
|
||||||
pause .5
|
pause .5
|
||||||
|
|
||||||
python:
|
python:
|
||||||
choices = [(_('Play The Guitar'), 'lLetFangPlayGuit'),
|
choices = [
|
||||||
(_('Get to Studying'), 'lGetStartedOnStudy')]
|
(_('Play The Guitar'), 'lLetFangPlayGuit'),
|
||||||
|
(_('Get to Studying'), 'lGetStartedOnStudy')]
|
||||||
|
|
||||||
renpy.jump(renpy.display_menu(randomize_choices(choices)))
|
renpy.jump(renpy.display_menu(randomize_choices(choices)))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue