forked from team-sg/hero-mark-2
remove some stray random prints
This commit is contained in:
parent
7ffdbf6219
commit
83f0bccd9a
9 changed files with 0 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue