mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-25 14:14: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
|
# Bottom
|
||||||
new_position = Vector2(rng.randf_range(0, bounds.y), bounds.y)
|
new_position = Vector2(rng.randf_range(0, bounds.y), bounds.y)
|
||||||
|
|
||||||
print("Moving to to %s" % new_position)
|
|
||||||
parent.set_position(new_position)
|
parent.set_position(new_position)
|
||||||
|
|
||||||
emit_signal("teleported", parent.position)
|
emit_signal("teleported", parent.position)
|
||||||
|
|
Loading…
Reference in a new issue