summaryrefslogtreecommitdiff
path: root/game/script.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-18 22:15:56 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-18 22:15:56 -0300
commit3c29f978863df91cbfdc8ecd4fea7c2151e0b69b (patch)
tree3029edd8db4e149954cff85cd8c860daca2ae63b /game/script.rpy
parent946bd0f450da857fcc18f4f3c85a3cd39fe4bba8 (diff)
downloadclient-3c29f978863df91cbfdc8ecd4fea7c2151e0b69b.tar.gz
client-3c29f978863df91cbfdc8ecd4fea7c2151e0b69b.tar.bz2
client-3c29f978863df91cbfdc8ecd4fea7c2151e0b69b.tar.xz
client-3c29f978863df91cbfdc8ecd4fea7c2151e0b69b.zip
Remove menu testing code
Diffstat (limited to 'game/script.rpy')
-rw-r--r--game/script.rpy7
1 files changed, 0 insertions, 7 deletions
diff --git a/game/script.rpy b/game/script.rpy
index ccb1d73..63c7071 100644
--- a/game/script.rpy
+++ b/game/script.rpy
@@ -32,13 +32,6 @@ 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)