You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
313 B
9 lines
313 B
# RenPyWeb progressive download rules - first match applies
|
|
# '+' = progressive download, '-' = keep in game.zip (default)
|
|
# See https://www.renpy.org/doc/html/build.html#classifying-and-ignoring-files for matching
|
|
#
|
|
# +/- type path
|
|
- image game/gui/**
|
|
+ image game/**
|
|
+ music game/audio/**
|
|
+ voice game/voice/**
|
|
|