Compare commits

..

No commits in common. "335686cd593bd0c23cd929ec7ccd4969eb60a939" and "92e5da0daa95af2d941b59641663c92bcf3bee33" have entirely different histories.

10 changed files with 2 additions and 17 deletions

Binary file not shown.

BIN
gui.rpyc

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

View file

@ -23,20 +23,13 @@ define gui.show_name = False
## The version of the game. ## 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 ## Text that is placed on the game's about screen. Place the text between the
## triple-quotes, and leave a blank line between paragraphs. ## triple-quotes, and leave a blank line between paragraphs.
define gui.about = _p(""" 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 ## the player is at the main menu. This file will continue playing into the
## game, until it is stopped or another file is played. ## 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 ################################################################# ## Transitions #################################################################

Binary file not shown.

View file

@ -450,8 +450,6 @@ screen main_menu():
# textbutton _("About") action ShowMenu("about") # textbutton _("About") action ShowMenu("about")
# textbutton _("Help") action ShowMenu("help") # 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_frame is empty
style main_menu_vbox is vbox style main_menu_vbox is vbox

Binary file not shown.

View file

@ -102,12 +102,6 @@ label static(duration=1.8):
pause duration pause duration
return return
label splashscreen:
scene black
return
define config.end_splash_transition = Fade(0, 0.5, 1.5)
# scenes begin here # scenes begin here
label start: label start:
jump prologue jump prologue

Binary file not shown.

Binary file not shown.