From 40fb724000f101e1a5823ee40546342c11e4dd88 Mon Sep 17 00:00:00 2001 From: CactiChameleon9 Date: Tue, 26 Jul 2022 08:51:18 +0100 Subject: [PATCH] Add a few TODOs --- UI/CardView.gd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UI/CardView.gd b/UI/CardView.gd index e7f0be5..ca594f4 100644 --- a/UI/CardView.gd +++ b/UI/CardView.gd @@ -60,6 +60,9 @@ func update_cardview(new_card = null): for i in input_dice_views: i.bold = true + #TODO: same dice UI support + #TODO: hover UI support maybe + # add an input_dice_view to the array (for easy management) # and to the autogrid