summaryrefslogtreecommitdiff
path: root/game/options.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-17 13:17:33 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-17 13:17:33 -0300
commitfd67810e60ed85e988154b83618dd6e33581bcac (patch)
tree284eff6555eeaa1b2d9dec6e155b84a8ddca1d35 /game/options.rpy
parent5c93b1131098eb8eb9133f25a1e0c8a13be34bf8 (diff)
downloadclient-fd67810e60ed85e988154b83618dd6e33581bcac.tar.gz
client-fd67810e60ed85e988154b83618dd6e33581bcac.tar.bz2
client-fd67810e60ed85e988154b83618dd6e33581bcac.tar.xz
client-fd67810e60ed85e988154b83618dd6e33581bcac.zip
Move development stuff to a new, non built and git hidden, assets/ folder
Diffstat (limited to 'game/options.rpy')
-rw-r--r--game/options.rpy1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/options.rpy b/game/options.rpy
index 9318b6b..97f9956 100644
--- a/game/options.rpy
+++ b/game/options.rpy
@@ -208,6 +208,7 @@ init python:
build.classify('game/extra/**.webp', None)
build.classify('game/extra/**.mp3', None)
build.classify('game/extra/**.ogg', None)
+ build.classify('game/gfx/assets/**', None)
## These should not even exist, be sure!
build.classify('music.bak/**', None)