mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-26 14:07:45 +10:00
New Shader Defaults <3
This commit is contained in:
@@ -31,8 +31,8 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk = 24
|
minSdk = 24
|
||||||
targetSdk = 36
|
targetSdk = 36
|
||||||
versionCode = 62
|
versionCode = 63
|
||||||
versionName = "1.7.7"
|
versionName = "1.1.1"
|
||||||
|
|
||||||
vectorDrawables {
|
vectorDrawables {
|
||||||
useSupportLibrary = true
|
useSupportLibrary = true
|
||||||
|
|||||||
@@ -226,7 +226,7 @@
|
|||||||
"key": "kawarp_blur",
|
"key": "kawarp_blur",
|
||||||
"title": "Blur Passes",
|
"title": "Blur Passes",
|
||||||
"description": "Kawase blur passes, higher is softer but costs more GPU",
|
"description": "Kawase blur passes, higher is softer but costs more GPU",
|
||||||
"default": 5,
|
"default": 6,
|
||||||
"min": 1,
|
"min": 1,
|
||||||
"max": 40,
|
"max": 40,
|
||||||
"steps": 38,
|
"steps": 38,
|
||||||
@@ -294,7 +294,7 @@
|
|||||||
"key": "kawarp_contrast",
|
"key": "kawarp_contrast",
|
||||||
"title": "Contrast",
|
"title": "Contrast",
|
||||||
"description": "Contrast of the backdrop",
|
"description": "Contrast of the backdrop",
|
||||||
"default": 125,
|
"default": 100,
|
||||||
"min": 0,
|
"min": 0,
|
||||||
"max": 300,
|
"max": 300,
|
||||||
"steps": 11,
|
"steps": 11,
|
||||||
@@ -311,7 +311,7 @@
|
|||||||
"key": "kawarp_saturation",
|
"key": "kawarp_saturation",
|
||||||
"title": "Saturation",
|
"title": "Saturation",
|
||||||
"description": "Colour intensity of the backdrop",
|
"description": "Colour intensity of the backdrop",
|
||||||
"default": 125,
|
"default": 100,
|
||||||
"min": 0,
|
"min": 0,
|
||||||
"max": 400,
|
"max": 400,
|
||||||
"steps": 15,
|
"steps": 15,
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"tidalVersionCode": 10004,
|
"tidalVersionCode": 10004,
|
||||||
"tidalApkUrl": "https://github.com/meowarex/rl-mobile/releases/download/latest/tidal-stock.apk",
|
"tidalApkUrl": "https://github.com/meowarex/rl-mobile/releases/download/latest/tidal-stock.apk",
|
||||||
"patchesVersion": "1.2.0"
|
"patchesVersion": "1.2.1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -226,7 +226,7 @@
|
|||||||
"key": "kawarp_blur",
|
"key": "kawarp_blur",
|
||||||
"title": "Blur Passes",
|
"title": "Blur Passes",
|
||||||
"description": "Kawase blur passes, higher is softer but costs more GPU",
|
"description": "Kawase blur passes, higher is softer but costs more GPU",
|
||||||
"default": 5,
|
"default": 6,
|
||||||
"min": 1,
|
"min": 1,
|
||||||
"max": 40,
|
"max": 40,
|
||||||
"steps": 38,
|
"steps": 38,
|
||||||
@@ -294,7 +294,7 @@
|
|||||||
"key": "kawarp_contrast",
|
"key": "kawarp_contrast",
|
||||||
"title": "Contrast",
|
"title": "Contrast",
|
||||||
"description": "Contrast of the backdrop",
|
"description": "Contrast of the backdrop",
|
||||||
"default": 125,
|
"default": 100,
|
||||||
"min": 0,
|
"min": 0,
|
||||||
"max": 300,
|
"max": 300,
|
||||||
"steps": 11,
|
"steps": 11,
|
||||||
@@ -311,7 +311,7 @@
|
|||||||
"key": "kawarp_saturation",
|
"key": "kawarp_saturation",
|
||||||
"title": "Saturation",
|
"title": "Saturation",
|
||||||
"description": "Colour intensity of the backdrop",
|
"description": "Colour intensity of the backdrop",
|
||||||
"default": 125,
|
"default": 100,
|
||||||
"min": 0,
|
"min": 0,
|
||||||
"max": 400,
|
"max": 400,
|
||||||
"steps": 15,
|
"steps": 15,
|
||||||
|
|||||||
Reference in New Issue
Block a user