aarg
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user