diff options
| author | yum <yum.food.vr@gmail.com> | 2023-02-19 11:46:43 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-02-19 12:10:13 -0800 |
| commit | 52f743e43a9ef582e04d7a363fbda19824db6cc7 (patch) | |
| tree | c3493a0feb31f4d0bcf07b31a8f1c6bdf1dfd38b /Fonts | |
| parent | bd72a8e97e120604405f2330664e9658e44e3de1 (diff) | |
Remove exponential backoff capv0.7.0
Allows sustained exponential backoff when not transcribing. Used to cap
out at 1s.
* Add more items to README TODO list
* Adjust emote metadata
* Emotes bugfix: Non-existent emote map doesn't cause transcription
engine to bail out.
Diffstat (limited to 'Fonts')
| -rw-r--r-- | Fonts/Bitmaps/emotes.png.meta | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Fonts/Bitmaps/emotes.png.meta b/Fonts/Bitmaps/emotes.png.meta index c2bc609..1e794cb 100644 --- a/Fonts/Bitmaps/emotes.png.meta +++ b/Fonts/Bitmaps/emotes.png.meta @@ -39,7 +39,7 @@ TextureImporter: wrapW: 1 nPOTScale: 1 lightmap: 0 - compressionQuality: 50 + compressionQuality: 100 spriteMode: 0 spriteExtrude: 1 spriteMeshType: 1 @@ -61,11 +61,11 @@ TextureImporter: platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform - maxTextureSize: 4096 - resizeAlgorithm: 0 + maxTextureSize: 2048 + resizeAlgorithm: 1 textureFormat: -1 textureCompression: 2 - compressionQuality: 50 + compressionQuality: 100 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 @@ -73,11 +73,11 @@ TextureImporter: forceMaximumCompressionQuality_BC6H_BC7: 0 - serializedVersion: 3 buildTarget: Standalone - maxTextureSize: 4096 - resizeAlgorithm: 0 + maxTextureSize: 2048 + resizeAlgorithm: 1 textureFormat: -1 textureCompression: 2 - compressionQuality: 50 + compressionQuality: 100 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 @@ -85,11 +85,11 @@ TextureImporter: forceMaximumCompressionQuality_BC6H_BC7: 0 - serializedVersion: 3 buildTarget: Android - maxTextureSize: 4096 - resizeAlgorithm: 0 + maxTextureSize: 2048 + resizeAlgorithm: 1 textureFormat: -1 textureCompression: 2 - compressionQuality: 50 + compressionQuality: 100 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 |
