squa compleat

This commit is contained in:
pennyrigate 2024-07-13 01:56:55 -04:00
parent fcfaec94a6
commit e7c71c2112

View file

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