tube transport! also 3-block jump marginally easier

This commit is contained in:
Haze Weathers 2023-01-22 22:24:50 -05:00
parent 4d13d2932c
commit 8c60bbf293
6 changed files with 101 additions and 123 deletions

View file

@ -0,0 +1,5 @@
extends Area2D
func _on_TubeExit_area_entered(area):
if area.is_in_group("player"):
area.get_parent().exit_transport()