fix/func: added beginnings of turn winning function. Fixed "Card_Container"s not appearing & dissapearing properly

This commit is contained in:
Aspergerli
2026-04-02 13:05:44 +02:00
parent 5d937e42d7
commit 4a05d2f4bd
10 changed files with 213 additions and 29 deletions
+2
View File
@@ -72,6 +72,8 @@ func get_top_cards(n: int) -> Array:
return result
#func _process(delta: float) -> void:
#play_check()
## Updates z-index values for all cards to maintain proper layering.
## Pressed cards receive elevated z-index to appear above the pile.