client: added CardManager and resources for full card deck

This commit is contained in:
2025-07-04 15:24:44 +02:00
parent af763c89b3
commit cde794e606
7 changed files with 575 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
extends Node
@export var full_deck: Dictionary[int, Card]