Redo basic DiceController with new generic ItemController

This commit is contained in:
2022-08-17 21:01:52 +01:00
parent ea2dde50e3
commit a2185e081c
6 changed files with 53 additions and 130 deletions

View File

@ -12,6 +12,8 @@ onready var target_position : Vector2 = position
var moving : bool = false
var cards = [] setget ,get_cards
var dice = []
func get_cards():
for child in get_children():