summaryrefslogtreecommitdiff
path: root/game/screens.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-05 01:18:19 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-05 01:18:19 -0300
commit0f5016be6df343847c61c34091aa18651f17e7df (patch)
treed87fe154a6602371e8fd199ef714d5228818dc74 /game/screens.rpy
parente62ea4c614d4d6cbd26b7b313c611d62b6d9d275 (diff)
downloadclient-0f5016be6df343847c61c34091aa18651f17e7df.tar.gz
client-0f5016be6df343847c61c34091aa18651f17e7df.tar.bz2
client-0f5016be6df343847c61c34091aa18651f17e7df.tar.xz
client-0f5016be6df343847c61c34091aa18651f17e7df.zip
Add functionality to download everything in a single go.
Do note that progress bar is not updating when download is in progress.
Diffstat (limited to 'game/screens.rpy')
-rw-r--r--game/screens.rpy3
1 files changed, 3 insertions, 0 deletions
diff --git a/game/screens.rpy b/game/screens.rpy
index 937a6b6..d4e89a6 100644
--- a/game/screens.rpy
+++ b/game/screens.rpy
@@ -777,6 +777,9 @@ screen preferences():
null height 60
textbutton _("Clear Cache"):
action Jump("clear_cache")
+ null height 30
+ textbutton _("Download All Files"):
+ action Jump("download_all")
vbox: