Compare commits
No commits in common. "335686cd593bd0c23cd929ec7ccd4969eb60a939" and "92e5da0daa95af2d941b59641663c92bcf3bee33" have entirely different histories.
335686cd59
...
92e5da0daa
10 changed files with 2 additions and 17 deletions
Binary file not shown.
BIN
gui.rpyc
BIN
gui.rpyc
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 40 KiB |
11
options.rpy
11
options.rpy
|
|
@ -23,20 +23,13 @@ define gui.show_name = False
|
|||
|
||||
## The version of the game.
|
||||
|
||||
define config.version = "1.0r"
|
||||
define config.version = "beta"
|
||||
|
||||
|
||||
## Text that is placed on the game's about screen. Place the text between the
|
||||
## triple-quotes, and leave a blank line between paragraphs.
|
||||
|
||||
define gui.about = _p("""
|
||||
story & art by ameworm
|
||||
|
||||
music by Zoey Valentine and ameworm
|
||||
|
||||
editing by yuribird
|
||||
|
||||
special thanks to my guardian angel, giulia homu dot fish and all beta readers
|
||||
""")
|
||||
|
||||
|
||||
|
|
@ -69,7 +62,7 @@ define config.has_voice = True
|
|||
## the player is at the main menu. This file will continue playing into the
|
||||
## game, until it is stopped or another file is played.
|
||||
|
||||
define config.main_menu_music = "bgm/startloop.ogg"
|
||||
# define config.main_menu_music = "main-menu-theme.ogg"
|
||||
|
||||
|
||||
## Transitions #################################################################
|
||||
|
|
|
|||
BIN
options.rpyc
BIN
options.rpyc
Binary file not shown.
|
|
@ -450,8 +450,6 @@ screen main_menu():
|
|||
|
||||
# textbutton _("About") action ShowMenu("about")
|
||||
# textbutton _("Help") action ShowMenu("help")
|
||||
|
||||
on 'show' action Play('music', config.main_menu_music, fadein=1.5)
|
||||
|
||||
style main_menu_frame is empty
|
||||
style main_menu_vbox is vbox
|
||||
|
|
|
|||
BIN
screens.rpyc
BIN
screens.rpyc
Binary file not shown.
|
|
@ -102,12 +102,6 @@ label static(duration=1.8):
|
|||
pause duration
|
||||
return
|
||||
|
||||
label splashscreen:
|
||||
scene black
|
||||
return
|
||||
|
||||
define config.end_splash_transition = Fade(0, 0.5, 1.5)
|
||||
|
||||
# scenes begin here
|
||||
label start:
|
||||
jump prologue
|
||||
|
|
|
|||
BIN
script.rpyc
BIN
script.rpyc
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue