Ports /vg/ parallax

This commit is contained in:
monster860
2016-06-21 14:58:49 -04:00
parent b20089057a
commit 120e470458
22 changed files with 393 additions and 6 deletions
@@ -78,7 +78,7 @@
last_delay = current_tube.enter_delay(src, next_dir)
sleep(last_delay)
dir = next_dir
loc = next_loc // When moving from one tube to another, skip collision and such.
forceMove(next_loc) // When moving from one tube to another, skip collision and such.
density = current_tube.density
if(current_tube && current_tube.should_stop_pod(src, next_dir))