From 3f7014921eeaebb9f0504f952d869c3d7da462cc 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 c92a61fd9..1dd925bd5 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") {