diff --git a/Assets/Scripts/KeyboardShortcuts.cs b/Assets/Scripts/KeyboardShortcuts.cs index b2b6673..eb6d9a2 100644 --- a/Assets/Scripts/KeyboardShortcuts.cs +++ b/Assets/Scripts/KeyboardShortcuts.cs @@ -30,19 +30,6 @@ public class KeyboardShortcuts : MonoBehaviour private void Update() { - KatboiSequence(); - - if (Input.anyKeyDown && !string.IsNullOrEmpty(Input.inputString)) - { - try - { - } - catch(System.Exception e) - { - Debug.LogWarning("caught " + e); - } - } - //Time if (Input.GetKeyDown(KeyCode.LeftArrow)) { @@ -54,34 +41,4 @@ public class KeyboardShortcuts : MonoBehaviour FateViewerMain.Instance.ChangeAnimationFrame(1); } } - - private void KatboiSequence() - { - List sequences = new List() - { - "KATBOI01" - }; - - if (Input.anyKeyDown && !string.IsNullOrEmpty(Input.inputString)) - { - if (KeyStrokes.Count >= 10) - { - KeyStrokes = ((IEnumerable)KeyStrokes).Reverse().Take(10).Reverse().ToList(); - } - KeyStrokes.Add(Input.inputString.ToUpper()[0]); - } - - string passcode = sequences.FirstOrDefault(s => new string(KeyStrokes.ToArray()).Contains(s)); - - if (!string.IsNullOrEmpty(passcode)) - { - switch (passcode) - { - case "KATBOI01": - break; - default: break; - } - KeyStrokes.Clear(); - } - } } diff --git a/Assets/WebGLTemplates/Better2020/logo.png b/Assets/WebGLTemplates/Better2020/logo.png index 32f06a4..7b5829a 100644 Binary files a/Assets/WebGLTemplates/Better2020/logo.png and b/Assets/WebGLTemplates/Better2020/logo.png differ diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index fb25560..97cf67b 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -12,7 +12,7 @@ PlayerSettings: targetDevice: 2 useOnDemandResources: 0 accelerometerFrequency: 60 - companyName: Katboi01 + companyName: Katworks productName: Fate Animation Viewer defaultCursor: {fileID: 0} cursorHotspot: {x: 0, y: 0} @@ -134,7 +134,7 @@ PlayerSettings: 16:10: 1 16:9: 1 Others: 1 - bundleVersion: 2.4.1 + bundleVersion: 2.4.2 preloadedAssets: [] metroInputSource: 0 wsaTransparentSwapchain: 0 @@ -150,6 +150,7 @@ PlayerSettings: m_ColorGamuts: 00000000 targetPixelDensity: 30 resolutionScalingMode: 0 + resetResolutionOnWindowResize: 0 androidSupportedAspectRatio: 1 androidMaxAspectRatio: 2.1 applicationIdentifier: diff --git a/debug.log b/debug.log index 0044d2c..cec9c0a 100644 --- a/debug.log +++ b/debug.log @@ -3,3 +3,6 @@ [1008/234001.769:ERROR:check.cc(298)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry! [1009/000128.951:ERROR:check.cc(298)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry! [1009/000221.301:ERROR:check.cc(298)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry! +[1009/001613.314:ERROR:check.cc(298)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry! +[1009/002215.248:ERROR:check.cc(298)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry! +[1009/002732.252:ERROR:check.cc(298)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!