summaryrefslogtreecommitdiff
path: root/game/script.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-18 22:05:07 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-18 22:05:07 -0300
commit2e22ce43405fd8b6b3a1e217e87a5f8235c5de59 (patch)
tree443a7ad5bdaf0f1ab25e24205d99f9b1d5d669c3 /game/script.rpy
parentaca105aaa5fd0468be24a53a08f5e8861f67187d (diff)
downloadclient-2e22ce43405fd8b6b3a1e217e87a5f8235c5de59.tar.gz
client-2e22ce43405fd8b6b3a1e217e87a5f8235c5de59.tar.bz2
client-2e22ce43405fd8b6b3a1e217e87a5f8235c5de59.tar.xz
client-2e22ce43405fd8b6b3a1e217e87a5f8235c5de59.zip
Remake the basic menus but they still don't look great =/
Diffstat (limited to 'game/script.rpy')
-rw-r--r--game/script.rpy7
1 files changed, 7 insertions, 0 deletions
diff --git a/game/script.rpy b/game/script.rpy
index 63c7071..ccb1d73 100644
--- a/game/script.rpy
+++ b/game/script.rpy
@@ -32,6 +32,13 @@ label start:
# Initial configuration
call prestart
+ menu:
+ "Hello":
+ pass
+ "World":
+ pass
+ "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.":
+ pass
# Run updater
$ renpy.invoke_in_thread(GAME_UPDATER)