From c330a54d1edae1532e0cace52b04339221583fa3 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 c92a61fd..1dd925bd 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") {