feat: interactables start inactive
This commit is contained in:
parent
0ca89fd960
commit
cf057ec84f
|
|
@ -14,7 +14,7 @@ var interaction_ui : Control = null
|
|||
|
||||
@export var billboard : bool = true
|
||||
|
||||
var active : bool = true
|
||||
var active : bool = false
|
||||
var shown : bool = false
|
||||
var hover : bool = false
|
||||
var collected : bool = false:
|
||||
|
|
|
|||
Loading…
Reference in New Issue