web: add progressive download configuration for demos

This commit is contained in:
Sylvain Beucler
2020-04-10 22:04:43 +02:00
parent e272bae995
commit b82a3366d4
2 changed files with 21 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# 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/music/**
+ music game/illurock.opus
+ voice game/voice/**
+11
View File
@@ -0,0 +1,11 @@
# 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/music/**
+ music game/renpyallstars.ogg
+ music game/sunflower-slow-drag.ogg
+ voice game/voice/**