changes
This commit is contained in:
@@ -148,8 +148,8 @@ func _process(delta:float) -> void:
|
||||
|
||||
# Handle entity leaving map bounds
|
||||
if !withinMapBounds:
|
||||
if !withinBoundsLastFrame:
|
||||
print("Entity ", self.name, " was out of map bounds for two frames");
|
||||
# if !withinBoundsLastFrame:
|
||||
# print("Entity ", self.name, " was out of map bounds for two frames");
|
||||
withinBoundsLastFrame = false;
|
||||
else:
|
||||
withinBoundsLastFrame = true;
|
||||
|
Reference in New Issue
Block a user