game done
Word count: 13,830 words
This commit is contained in:
parent
0e86428eee
commit
aeccaf976b
8 changed files with 1824 additions and 584 deletions
Binary file not shown.
BIN
game/images/yumemi glasses only.png
Normal file
BIN
game/images/yumemi glasses only.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
|
@ -4,9 +4,6 @@
|
|||
## them. Lines beginning with a single '#' mark are commented-out code, and you
|
||||
## may want to uncomment them when appropriate.
|
||||
|
||||
## TODO: Change these top three values (config.name, build.name,
|
||||
## and config.save_directory) to something unique for your project!
|
||||
|
||||
## Basics ######################################################################
|
||||
|
||||
## A human-readable name of the game. This is used to set the default window
|
||||
|
@ -43,11 +40,12 @@ define config.save_directory = "Jam13Yuuka-1258128491"
|
|||
## The version of the game.
|
||||
|
||||
define config.version = "1.0"
|
||||
define build.directory_name = "DimlyDreamtLotusFlowers"
|
||||
|
||||
## 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("""A game created in 3 days for Touhou Fan Game Jam 13.
|
||||
define gui.about = _p("""A game created for Touhou Fan Game Jam 13.
|
||||
|
||||
By Jacoder23, Shyraku, Nanossis, hermit_irl, and Spear.
|
||||
|
||||
|
@ -55,8 +53,6 @@ Uses EasyRenPyGui and Achievements for Ren'Py both by Feniks Development
|
|||
Uses Renpy Auto Highlight and Kinetic Text Tags both by Wattson
|
||||
Uses Lint+ by KigyoDev""")
|
||||
|
||||
# TODO: REPLACE THE ABOUT WITH NEW CREDITS WHEN POSSIBLE
|
||||
|
||||
## Sounds and music ############################################################
|
||||
|
||||
## These three variables control, among other things, which mixers are shown
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
## Replace this with your background image, if you like
|
||||
image main_menu_background = "Main_Menu3.png"
|
||||
image main_menu_foreground = HBox(
|
||||
Solid("#292835AA", xsize=325, ysize=575)
|
||||
Solid("#292835AA", xsize=325, ysize=480)
|
||||
)
|
||||
|
||||
screen main_menu():
|
||||
|
|
2387
game/script.rpy
2387
game/script.rpy
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue