allow to hide tooltips for collectibles
This commit is contained in:
parent
1536dc4e67
commit
ed7e9d632f
@ -191,7 +191,8 @@ func check_interact():
|
||||
var collider = _lookCast.get_collider()
|
||||
if null != collider and collider.is_in_group("Touchables"):
|
||||
#show interact tooltip
|
||||
_labelInteract.show()
|
||||
if collider.is_in_group("HideTooltip") == false:
|
||||
_labelInteract.show()
|
||||
|
||||
#enable outline of seen object
|
||||
collider.outline.show()
|
||||
|
Loading…
x
Reference in New Issue
Block a user