Browse Source

Disable death tile creation on player crash

DricomDragon 4 years ago
parent
commit
c67e4f31d2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Scripts/Player.gd

+ 0 - 2
Scripts/Player.gd

@@ -85,8 +85,6 @@ func _on_tween_completed(_o, key):
 func _on_crash(body):
 	if landed and running:
 		stop()
-		# TODO : use enum for blocks
-		grid.set_cell(posix, posiy, 2)
 		emit_signal("crash")