Removed visibility test

This commit is contained in:
Paul Black 2023-02-23 10:20:33 -07:00
parent 53ca76657f
commit 5aef6b9793

View file

@ -60,7 +60,6 @@ func _physics_process(delta):
position.y = 10 #Set player Y
position.z = 0 #Set player Z
Global.reset_variables()
self.visible = false
## If player falls off the map, kill them!
if velocity.y < Global.playerYDeath: