summaryrefslogtreecommitdiff
path: root/game/screens.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-31 16:42:44 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-31 16:42:44 -0300
commit428426a147ae6fb46a2c13c9079bada4e378ae96 (patch)
tree1d9069c7e0c75d86fa929699661b6f88b806a74f /game/screens.rpy
parente4fa27671cb76caf21f7f7e19cd74ed448310ec6 (diff)
downloadclient-428426a147ae6fb46a2c13c9079bada4e378ae96.tar.gz
client-428426a147ae6fb46a2c13c9079bada4e378ae96.tar.bz2
client-428426a147ae6fb46a2c13c9079bada4e378ae96.tar.xz
client-428426a147ae6fb46a2c13c9079bada4e378ae96.zip
You can now add a custom server! \o/
Diffstat (limited to 'game/screens.rpy')
-rw-r--r--game/screens.rpy4
1 files changed, 4 insertions, 0 deletions
diff --git a/game/screens.rpy b/game/screens.rpy
index f6bdc29..21ae77e 100644
--- a/game/screens.rpy
+++ b/game/screens.rpy
@@ -826,6 +826,10 @@ screen preferences():
SetVariable("persistent.host", k[1]),
SetVariable("persistent.port", k[2]),
Jump("clear_all")]
+ showif debug:
+ null height 30
+ textbutton _("+ New Server"):
+ action Call("add_server")
vbox:
style_prefix "check"
null height 60