From bc02a296ef0822e03fcb0f67ee6c2ef166c39aee Mon Sep 17 00:00:00 2001 From: minenice55 Date: Sun, 12 May 2024 13:04:14 -0400 Subject: [PATCH] set default version for karateman/bulb --- Assets/Scripts/Games/KarateMan/KarateMan.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Scripts/Games/KarateMan/KarateMan.cs b/Assets/Scripts/Games/KarateMan/KarateMan.cs index c0725b002..ba3d6fe5c 100644 --- a/Assets/Scripts/Games/KarateMan/KarateMan.cs +++ b/Assets/Scripts/Games/KarateMan/KarateMan.cs @@ -145,6 +145,7 @@ namespace HeavenStudio.Games.Loaders new Param("throwSfx", "lightbulbOut", "Throw SFX", "Choose the type of SFX to use for throwing the bulb."), new Param("hitSfx", "lightbulbHit", "Hit SFX", "Choose the type of SFX to use for hitting the bulb."), }, + defaultVersion = 1, }, new GameAction("combo", "Combo") {