This commit is contained in:
2025-10-04 20:06:12 +02:00
parent a11eb202fa
commit 691ef85bb1
6 changed files with 66 additions and 49 deletions

View File

@@ -16,7 +16,7 @@ var move_direction = Vector2.ZERO;
var target = Vector2.ZERO # The position of the player's cursor.
const drawpile = [];
const hand = [];
@export var hand = [];
const discard_pile = [];
var active_card_index = -1;