Complete lyra game
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
##
|
||||
## The _() surrounding the string marks it as eligible for translation.
|
||||
|
||||
define config.name = _("sexo_space_lady_game")
|
||||
define config.name = _("A Star in her Eyes")
|
||||
|
||||
|
||||
## Determines if the title given above is shown on the main menu screen. Set
|
||||
@@ -30,6 +30,10 @@ define config.version = "1.0"
|
||||
## triple-quotes, and leave a blank line between paragraphs.
|
||||
|
||||
define gui.about = _p("""
|
||||
A game made by Cavemanon, an upcoming indie game team comprised of many members from around the world. Currently developing {color=#f1a5d8}Exit 665{/color}, {color=#f1a5d8}I Wani Hug that Gator!{/color}, and potentially more!
|
||||
|
||||
You can find out about most recent updates and developments at our {a=https://twitter.com/Cavemanon}twitter{/a}.
|
||||
|
||||
""")
|
||||
|
||||
|
||||
@@ -37,7 +41,7 @@ define gui.about = _p("""
|
||||
## distribution. This must be ASCII-only, and must not contain spaces, colons,
|
||||
## or semicolons.
|
||||
|
||||
define build.name = "sexo_space_lady_game"
|
||||
define build.name = "A_Star_in_her_Eyes"
|
||||
|
||||
|
||||
## Sounds and music ############################################################
|
||||
@@ -48,7 +52,7 @@ define build.name = "sexo_space_lady_game"
|
||||
|
||||
define config.has_sound = True
|
||||
define config.has_music = True
|
||||
define config.has_voice = True
|
||||
define config.has_voice = False
|
||||
|
||||
|
||||
## To allow the user to play a test sound on the sound or voice channel,
|
||||
@@ -120,7 +124,7 @@ define config.window_hide_transition = Dissolve(.2)
|
||||
## Controls the default text speed. The default, 0, is infinite, while any other
|
||||
## number is the number of characters per second to type out.
|
||||
|
||||
default preferences.text_cps = 0
|
||||
default preferences.text_cps = 50
|
||||
|
||||
|
||||
## The default auto-forward delay. Larger numbers lead to longer waits, with 0
|
||||
|
Reference in New Issue
Block a user