Explorar o código

:fire: Remove crash debug

DricomDragon hai 1 ano
pai
achega
f18bf9aec3
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  1. 0 9
      godot/effect/crash/crash.gd

+ 0 - 9
godot/effect/crash/crash.gd

@@ -2,14 +2,5 @@ class_name CrashEffect
 extends Node3D
 
 
-func _init():
-	print("Crash init")
-
-
-func _ready():
-	print("Crash ready")
-
-
 func _on_noise_finished():
-	print("Crash end")
 	queue_free()