fix: made results screen truth photos unpickable
This commit is contained in:
parent
1b7ca58e46
commit
daa9f0d58a
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ func _ready() -> void:
|
|||
%Method.input_pickable = false
|
||||
%Motive.input_pickable = false
|
||||
%Murderer.input_pickable = false
|
||||
$MethodActual.input_pickable = false
|
||||
$MotiveActual.input_pickable = false
|
||||
$MurdererActual.input_pickable = false
|
||||
"
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_iugs1"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue