summaryrefslogtreecommitdiff
path: root/game/options.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-15 22:04:41 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-15 22:04:41 -0300
commitaf67ca6f79abcc8f028fc2a1bb49b1511a668a1d (patch)
treed04af3265233fb463a195d65319be145e335bed9 /game/options.rpy
parentc9f52fa50a9361951b03116f77bc38f5e49f4bf8 (diff)
downloadclient-af67ca6f79abcc8f028fc2a1bb49b1511a668a1d.tar.gz
client-af67ca6f79abcc8f028fc2a1bb49b1511a668a1d.tar.bz2
client-af67ca6f79abcc8f028fc2a1bb49b1511a668a1d.tar.xz
client-af67ca6f79abcc8f028fc2a1bb49b1511a668a1d.zip
Project codiname is now Mana Spheres.
Restore HOST selection.
Diffstat (limited to 'game/options.rpy')
-rw-r--r--game/options.rpy8
1 files changed, 4 insertions, 4 deletions
diff --git a/game/options.rpy b/game/options.rpy
index d17cb93..06713f2 100644
--- a/game/options.rpy
+++ b/game/options.rpy
@@ -12,7 +12,7 @@
##
## The _() surrounding the string marks it as eligible for translation.
-define config.name = _("Spheres")
+define config.name = _("Mana Spheres")
## Determines if the title given above is shown on the main menu screen. Set
@@ -23,7 +23,7 @@ define gui.show_name = True
## The version of the game.
-define config.version = "2.0.6.18"
+define config.version = "2.0.12.15"
## Text that is placed on the game's about screen. Place the text between the
## triple-quotes, and leave a blank line between paragraphs.
@@ -41,7 +41,7 @@ Card framework: {a=http://www.jewel-s.jp/}http://www.jewel-s.jp/{/a}
## distribution. This must be ASCII-only, and must not contain spaces, colons,
## or semicolons.
-define build.name = "Spheres"
+define build.name = "M.Spheres"
## Sounds and music ############################################################
@@ -153,7 +153,7 @@ define _game_menu_screen="history"
## This generally should not be changed, and if it is, should always be a
## literal string, not an expression.
-define config.save_directory = "Spheres-1574430323"
+define config.save_directory = "Mana-Spheres"
## Icon ########################################################################