Initial commit

This commit is contained in:
2024-09-28 10:42:30 +03:00
commit 9b81cf34be
107 changed files with 3964 additions and 0 deletions

9
progressive_download.txt Normal file
View File

@@ -0,0 +1,9 @@
# 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/**