Compare commits
2 Commits
v0.0.8
...
e879b916c2
| Author | SHA1 | Date | |
|---|---|---|---|
| e879b916c2 | |||
| 9c0f65f420 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -58,7 +58,6 @@ CLAUDE.md
|
|||||||
# =============================================
|
# =============================================
|
||||||
# Ren'Py / Android Build Artifacts
|
# Ren'Py / Android Build Artifacts
|
||||||
# =============================================
|
# =============================================
|
||||||
progressive_download.txt
|
|
||||||
rapt/
|
rapt/
|
||||||
.android/
|
.android/
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"include_pil": false,
|
"include_pil": false,
|
||||||
"include_sqlite": false,
|
"include_sqlite": false,
|
||||||
"layout": null,
|
"layout": null,
|
||||||
"name": "\u8398\u6f9c\u65e5\u8bb0b0.0.6",
|
"name": "\u8398\u6f9c\u65e5\u8bb0b0.0.8",
|
||||||
"numeric_version": 1,
|
"numeric_version": 1,
|
||||||
"orientation": "sensorLandscape",
|
"orientation": "sensorLandscape",
|
||||||
"package": "com.rytstudio.xinlandiary",
|
"package": "com.rytstudio.xinlandiary",
|
||||||
|
|||||||
10
progressive_download.txt
Normal file
10
progressive_download.txt
Normal 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/images/ryt%20normal%20spec.png
|
||||||
|
+ image game/**
|
||||||
|
+ music game/audio/**
|
||||||
|
+ voice game/voice/**
|
||||||
Reference in New Issue
Block a user