mirror of
https://github.com/GDQuest/godot-platformer-2d.git
synced 2026-07-17 16:34:54 +00:00
Add missing newline at the end of a file
This commit is contained in:
parent
67ffa4ccb2
commit
9e1797dd3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue