diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-30 11:20:16 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-30 11:20:16 -0400 |
| commit | 4a17fde692b900393d796675bcf7011aa7399dad (patch) | |
| tree | 5305dba808a7094192821736a379168cdb549843 /godot/ui | |
| parent | 7a1d857de96174dfa5a0fa40f8c14acbd2f651c2 (diff) | |
syncing off main
Diffstat (limited to 'godot/ui')
| -rw-r--r-- | godot/ui/HUD.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/godot/ui/HUD.gd b/godot/ui/HUD.gd index 6c45113..9bbcae1 100644 --- a/godot/ui/HUD.gd +++ b/godot/ui/HUD.gd @@ -69,7 +69,6 @@ func update_characters(): for btn in character_list.get_children(): btn.queue_free() for character in world.get_node("PLAYERS").get_children(): - print(character.team) if world.player_team == character.team: var select_button = Button.new() select_button.connect("pressed", world, "select_character", [character.name]) |
