game done

Word count: 13,830 words
This commit is contained in:
Jacoder23 2024-04-15 04:23:01 +08:00
parent 0e86428eee
commit aeccaf976b
8 changed files with 1824 additions and 584 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View file

@ -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

View file

@ -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():

File diff suppressed because it is too large Load diff