Removed visibility test
This commit is contained in:
parent
53ca76657f
commit
5aef6b9793
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue