Add Mod Support

This commit is contained in:
2021-07-04 16:06:59 +10:00
parent c131ce6328
commit f9edccabd4
7 changed files with 68 additions and 9 deletions

View File

@ -185,6 +185,10 @@ init python:
build.classify('**/#**', None)
build.classify('**/thumbs.db', None)
# Do not include mods as part of the build process
build.classify('game/mods/**', None)
build.classify('game/mods/.**', None)
## To archive files, classify them as 'archive'.
# build.classify('game/**.png', 'archive')