Configuration

* Disabled android workarounds
* Updated whitespace file
This commit is contained in:
LoafyLemon 2022-06-20 21:22:32 +01:00
parent 43ab6e87f8
commit 6104691135
4 changed files with 18 additions and 19 deletions

View File

@ -1 +1 @@
{"orientation": "sensorLandscape", "include_pil": false, "icon_name": "WT Silver", "google_play_key": null, "layout": null, "source": false, "version": "1.4.1.4", "store": "all", "numeric_version": "1041000", "google_play_salt": null, "expansion": false, "heap_size": "20", "update_icons": true, "include_sqlite": false, "permissions": ["VIBRATE", "INTERNET"], "name": "Witch Trainer: Silver", "package": "com.silverstudiogames.wts", "update_always": true}
{"orientation": "sensorLandscape", "include_pil": false, "icon_name": "WTS", "google_play_key": null, "layout": null, "source": false, "version": "1.4.3.0", "store": "none", "numeric_version": "1041000", "google_play_salt": null, "expansion": false, "heap_size": "3", "update_icons": true, "include_sqlite": false, "permissions": ["VIBRATE", "INTERNET"], "name": "Witch Trainer Silver", "package": "com.silverstudiogames.wts", "update_always": true}

2
.gitignore vendored
View File

@ -34,6 +34,8 @@ pip-log.txt
*.rpyb
*.rpyc
*.rpymc
project.json
.android.json
# Ren'py data
game/saves/

View File

@ -4241,10 +4241,10 @@ characters/susan/cum/crotch/heavy.webp:440,778,215,321
characters/susan/cum/crotch/heavy_skin.webp:442,779,214,316
characters/susan/cum/crotch/light.webp:440,780,191,314
characters/susan/cum/crotch/light_skin.webp:442,780,190,315
characters/susan/cum/face/heavy.webp:497,388,100,134
characters/susan/cum/face/heavy_skin.webp:498,390,83,126
characters/susan/cum/face/light.webp:500,403,102,122
characters/susan/cum/face/light_skin.webp:502,403,84,119
characters/susan/cum/face/heavy.webp:525,373,110,143
characters/susan/cum/face/heavy_skin.webp:527,396,99,113
characters/susan/cum/face/light.webp:525,395,110,115
characters/susan/cum/face/light_skin.webp:527,402,99,96
characters/susan/cum/hair/heavy.webp:489,265,211,169
characters/susan/cum/hair/light.webp:488,356,123,72
characters/susan/cum/legs/heavy.webp:632,1044,90,135
@ -4295,24 +4295,25 @@ characters/susan/face/eyes/wide_skin.webp:516,405,96,27
characters/susan/face/eyes/wink.webp:517,408,95,25
characters/susan/face/eyes/wink_mask.webp:522,415,29,17
characters/susan/face/eyes/wink_skin.webp:516,401,96,31
characters/susan/face/mouth/ahegao.webp:545,468,42,29
characters/susan/face/mouth/ahegao.webp:545,468,40,29
characters/susan/face/mouth/ahegao_drool.webp:545,468,40,29
characters/susan/face/mouth/angry.webp:547,469,40,25
characters/susan/face/mouth/annoyed.webp:546,471,26,19
characters/susan/face/mouth/base.webp:548,473,37,18
characters/susan/face/mouth/clench.webp:547,467,40,27
characters/susan/face/mouth/disgust.webp:549,470,34,20
characters/susan/face/mouth/grin.webp:545,471,42,22
characters/susan/face/mouth/grin.webp:546,471,41,22
characters/susan/face/mouth/horny.webp:548,471,35,22
characters/susan/face/mouth/normal.webp:548,473,35,18
characters/susan/face/mouth/open.webp:548,468,36,27
characters/susan/face/mouth/open_tongue.webp:548,468,36,27
characters/susan/face/mouth/open_wide.webp:546,467,40,29
characters/susan/face/mouth/open_wide_tongue.webp:546,467,40,35
characters/susan/face/mouth/open_wide.webp:547,468,38,28
characters/susan/face/mouth/open_wide_tongue.webp:547,468,38,34
characters/susan/face/mouth/smile.webp:545,472,42,20
characters/susan/face/mouth/soft.webp:549,470,33,24
characters/susan/face/mouth/upset.webp:551,473,29,18
characters/susan/face/pupils/ahegao.webp:531,401,65,19
characters/susan/face/pupils/down.webp:527,416,73,18
characters/susan/face/pupils/down.webp:528,416,72,15
characters/susan/face/pupils/downL.webp:524,416,71,18
characters/susan/face/pupils/downR.webp:532,416,75,18
characters/susan/face/pupils/left.webp:524,411,71,18

View File

@ -10,10 +10,6 @@ default preferences.renderer = "gl2"
default preferences.gl_powersave = False
default preferences.audio_when_minimized = False
python early:
if renpy.android:
os.environ["RENPY_LESS_MEMORY"] = "1"
init python:
settings.default("theme", "auto")
settings.default("text_color_day", "#402313ff")
@ -68,8 +64,8 @@ define config.gl_clear_color = "#000"
define config.hw_video = True
define config.nearest_neighbor = False
define config.atl_start_on_show = False # Enables compatibility for ATL behaviour after Ren'py 7.4.7
define config.use_drawable_resolution = (not renpy.android)
define config.drawable_resolution_text = True
# define config.use_drawable_resolution = (not renpy.android)
# define config.drawable_resolution_text = True
define config.cache_surfaces = False
define config.image_cache_size = None
define config.image_cache_size_mb = 350
@ -78,9 +74,9 @@ define config.imagemap_cache = True
define config.optimize_texture_bounds = True
define config.debug_image_cache = False
#define config.atl_one_frame = False
define config.mipmap_movies = (not renpy.android)
define config.mipmap_text = (not renpy.android)
define config.mipmap_dissolves = (not renpy.android)
# define config.mipmap_movies = (not renpy.android)
# define config.mipmap_text = (not renpy.android)
# define config.mipmap_dissolves = (not renpy.android)
# define config.predict_screen_statements = False
# define config.predict_screens = False