Extensive work on virtually all of the visuals and the net code

This commit is contained in:
2026-03-01 21:26:31 -05:00
parent e7570c78c3
commit bed068eafc
180 changed files with 46533 additions and 913 deletions

View File

@@ -117,7 +117,7 @@ func change_display(player : int, selection: int) -> void:
var pd : PawnDisplay = displays[player]
pd.set_pawn_name(pawns[selection].name)
pd.set_portrait(pawns[selection].portrait)
pd.set_traps(pawns[selection].starting_traps)
pd.set_hacks(pawns[selection].starting_hacks)
func _on_selector_start_child_entered_tree(node: Node) -> void: