remove some stray random prints

This commit is contained in:
Haze Weathers 2024-02-29 01:26:56 -05:00
parent 7ffdbf6219
commit 83f0bccd9a
9 changed files with 0 additions and 10 deletions

View file

@ -37,7 +37,6 @@ func _on_2083_energy_changed(amount) -> void:
func _on_Famira_died() -> void:
sg2083.state = sg2083.State.INACTIVE
print("HEHE")
var tween = create_tween()
tween.set_trans(Tween.TRANS_CUBIC)
tween.tween_property($"%Camera", "global_position:x", famira.global_position.x - 128, 0.5)