Add missing newline at the end of a file

This commit is contained in:
Nathan Lovato 2020-01-11 17:23:18 +01:00
parent 67ffa4ccb2
commit 9e1797dd3a

View file

@ -16,4 +16,4 @@ func enter(msg: Dictionary = {}) -> void:
owner.emit_signal("hopped_off_entity")
owner.state_machine.transition_to('Move/Air', {impulse = hop_impulse, velocity = Vector2.ZERO})
owner.state_machine.transition_to('Move/Air', {impulse = hop_impulse, velocity = Vector2.ZERO})