diff options
author | bd <bdunahu@operationnull.com> | 2025-05-24 22:05:00 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-24 22:05:00 -0400 |
commit | d229286f70b619497bc946a36e5440df3d04f674 (patch) | |
tree | 21f41eca440ce960b81a322049929ee287173171 /scripts/game_stats_config.gd | |
parent | eca6f608a81cc9aa7d2cd3824cbfebdbfe5f7096 (diff) |
Add a title screen and music
Diffstat (limited to 'scripts/game_stats_config.gd')
-rw-r--r-- | scripts/game_stats_config.gd | 1 |
1 files changed, 1 insertions, 0 deletions
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", |