From d229286f70b619497bc946a36e5440df3d04f674 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 24 May 2025 22:05:00 -0400 Subject: Add a title screen and music --- scripts/game_stats_config.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/game_stats_config.gd') diff --git a/scripts/game_stats_config.gd b/scripts/game_stats_config.gd index 89d265c..38d9cd8 100644 --- a/scripts/game_stats_config.gd +++ b/scripts/game_stats_config.gd @@ -13,6 +13,7 @@ class_name GameStatsConfig ] # defenders +enum defenders_index {WARLOCK, WYVERN, WEREWOLF, WELLSPRING} @export var defenders : Array[Dictionary] = [ { "desc": "Warlock", -- cgit v1.2.3