fix (i think....) the silly one-way platform issueeee

This commit is contained in:
Haze Weathers 2023-03-08 19:26:09 -05:00
parent 57b341f515
commit 7606485692
5 changed files with 15 additions and 14 deletions

View file

@ -43,6 +43,7 @@ var arrowpos = Vector2(5,3)
#Set initial respawn point
func _ready():
$LeftShoe.shape.length = 0.0
Game.respawn_point = global_position
func _physics_process(delta):