1
Fork 0
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:
Steffo 2022-04-03 21:20:55 +02:00
parent aaa8e7de76
commit 3e2430dff6
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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)