feat: interactables start inactive

This commit is contained in:
tiger tiger tiger 2026-01-16 21:14:28 +01:00
parent 112571c940
commit 56667b5ac8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ var interaction_ui : Control = null
@export var billboard : bool = true @export var billboard : bool = true
var active : bool = true var active : bool = false
var shown : bool = false var shown : bool = false
var hover : bool = false var hover : bool = false
var collected : bool = false: var collected : bool = false: