mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-22 04:34:19 +00:00
🔧 Stop printing teleports
This commit is contained in:
parent
aaa8e7de76
commit
3e2430dff6
1 changed files with 0 additions and 2 deletions
|
@ -29,7 +29,5 @@ func teleport():
|
|||
# Bottom
|
||||
new_position = Vector2(rng.randf_range(0, bounds.y), bounds.y)
|
||||
|
||||
print("Moving to to %s" % new_position)
|
||||
parent.set_position(new_position)
|
||||
|
||||
emit_signal("teleported", parent.position)
|
||||
|
|
Loading…
Reference in a new issue