Partially fix the active controller
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
extends Control
|
||||
|
||||
signal scene_finished
|
||||
signal scene_failed
|
||||
|
||||
var active : bool = false
|
||||
|
||||
const card_view_scene = preload("res://UI/CardView.tscn")
|
||||
|
||||
var character : Character = Character.new() setget update_cards_shown
|
||||
|
@ -1,6 +1,10 @@
|
||||
extends Control
|
||||
|
||||
signal dice_selected (dice_value)
|
||||
signal scene_finished
|
||||
signal scene_failed
|
||||
|
||||
var active : bool = false
|
||||
|
||||
const dice = preload("res://UI/Dice.tscn")
|
||||
|
||||
|
Reference in New Issue
Block a user