forked from Cavemanon/SnootGame
Add Mod Support
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user