Add support for return dice

This commit is contained in:
2022-07-17 16:18:25 +01:00
parent 634c9e9d30
commit 08a265a14b
2 changed files with 10 additions and 0 deletions

View File

@ -76,4 +76,5 @@ margin_left = 1.52588e-05
margin_top = -7.62939e-06
grow_horizontal = 0
[connection signal="return_dice" from="UI/CardView" to="UI/DiceView" method="roll_dice"]
[connection signal="dice_selected" from="UI/DiceView" to="UI/CardView" method="set_currently_holding_dice"]