multiplayer pretty much works now i think

This commit is contained in:
2023-11-17 20:49:38 +11:00
parent 2d123bd731
commit 9cf6944ac8
87 changed files with 1476 additions and 1223 deletions

View File

@ -30,4 +30,4 @@ func view_weapon():
func view_tower():
description.text = process_card_text(stats.tower_stats)
target_label.text = str(stats.tower_stats.target_type)
target_label.text = str(Data.TargetType.keys()[stats.tower_stats.target_type])