From bab0c617808e7216db0528670601a525fc64fd55 Mon Sep 17 00:00:00 2001 From: AstrlJelly Date: Sun, 22 Jan 2023 16:40:46 -0500 Subject: [PATCH] blehhh figuring out git some more --- Assets/Scripts/AppInfo.cs | 4 ++-- Assets/Scripts/Games/DogNinja/DogNinja.cs | 8 +++++++- ProjectSettings/ProjectSettings.asset | 6 +++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Assets/Scripts/AppInfo.cs b/Assets/Scripts/AppInfo.cs index 1e81496dc..2048cd414 100644 --- a/Assets/Scripts/AppInfo.cs +++ b/Assets/Scripts/AppInfo.cs @@ -2,8 +2,8 @@ using System; public static class AppInfo { //--- AutoGenerated.begin - public const string Version = "0.0.965"; - public static readonly DateTime Date = new DateTime(2023, 01, 21, 20, 40, 54, 916, DateTimeKind.Utc); + public const string Version = "0.0.966"; + public static readonly DateTime Date = new DateTime(2023, 01, 22, 17, 36, 23, 666, DateTimeKind.Utc); //--- AutoGenerated.end } diff --git a/Assets/Scripts/Games/DogNinja/DogNinja.cs b/Assets/Scripts/Games/DogNinja/DogNinja.cs index fbea8f7a3..52c3924b1 100644 --- a/Assets/Scripts/Games/DogNinja/DogNinja.cs +++ b/Assets/Scripts/Games/DogNinja/DogNinja.cs @@ -46,8 +46,9 @@ namespace HeavenStudio.Games.Loaders }, new GameAction("HereWeGo", "Here We Go!") { - function = delegate { DogNinja.instance.HereWeGo(eventCaller.currentEntity.beat); }, + function = delegate { DogNinja.instance.HereWeGo(eventCaller.currentEntity.beat); }, defaultLength = 2, + inactiveFunction = delegate { DogNinja.instance.HereWeGo(eventCaller.currentEntity.beat); }, }, }); } @@ -96,6 +97,11 @@ namespace HeavenStudio.Games private void Update() { + if (Input.GetKeyDown(KeyCode.S)) + { + Debug.Log("BOP! PLEASE"); + DogAnim.Play("bop"); + } /* DogAnim.SetBool("ShouldOpenMouth", foodHolder.childCount != 0); diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index a884094e0..08bb77ccc 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -134,7 +134,7 @@ PlayerSettings: 16:10: 1 16:9: 1 Others: 1 - bundleVersion: 0.0.965 + bundleVersion: 0.0.966 preloadedAssets: [] metroInputSource: 0 wsaTransparentSwapchain: 0 @@ -155,11 +155,11 @@ PlayerSettings: applicationIdentifier: Standalone: com.Megaminerzero.HeavenStudio buildNumber: - Standalone: 965 + Standalone: 966 iPhone: 0 tvOS: 0 overrideDefaultApplicationIdentifier: 0 - AndroidBundleVersionCode: 965 + AndroidBundleVersionCode: 966 AndroidMinSdkVersion: 19 AndroidTargetSdkVersion: 0 AndroidPreferredInstallLocation: 1