update
This commit is contained in:
@@ -39,7 +39,6 @@ func _spawn_portal() -> void:
|
||||
get_parent().add_child(portal)
|
||||
portal.global_position = pos
|
||||
portals.append(portal)
|
||||
print("Portal gespawnt bei: %s" % pos)
|
||||
|
||||
func _cleanup_dead() -> void:
|
||||
portals = portals.filter(func(p: Node) -> bool: return is_instance_valid(p))
|
||||
|
||||
Reference in New Issue
Block a user