forked from funnymemellama/funnymemellama
Removed stupid print in suit
This commit is contained in:
parent
7b71894a16
commit
c2dc5e8bc7
1 changed files with 0 additions and 4 deletions
4
Suit.gd
4
Suit.gd
|
@ -20,10 +20,6 @@ func _ready():
|
||||||
animation.bezier_track_insert_key(track, time, -80, Vector2(-0.25, 0))
|
animation.bezier_track_insert_key(track, time, -80, Vector2(-0.25, 0))
|
||||||
|
|
||||||
|
|
||||||
func _process(delta):
|
|
||||||
print(_song.volume_db)
|
|
||||||
|
|
||||||
|
|
||||||
func _on_body_entered(body):
|
func _on_body_entered(body):
|
||||||
if _activated: return
|
if _activated: return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue