Optimized png files

This commit is contained in:
VoidTwo
2021-12-10 15:05:37 -06:00
parent e5aafa6cd0
commit 494f8e60b2
48 changed files with 3 additions and 2 deletions

View File

@@ -7,8 +7,9 @@ func _ready() -> void:
func _on_activate_boss_teleporter_body_entered(body: Node) -> void:
$'Interactables/Boss Teleporter'.set_deferred('visible', true)
$'Interactables/Activate Boss Teleporter'.call_deferred('queue_free')
if body.is_in_group('player'):
$'Interactables/Boss Teleporter'.set_deferred('visible', true)
$'Interactables/Activate Boss Teleporter'.call_deferred('queue_free')
return