mirror of
https://github.com/GDQuest/godot-platformer-2d.git
synced 2026-07-17 16:34:54 +00:00
Change type of the variable to State
This commit is contained in:
parent
b608fcb45e
commit
d09ccabd04
1 changed files with 1 additions and 2 deletions
|
|
@ -9,8 +9,7 @@ Use State as a child of a StateMachine node.
|
|||
|
||||
|
||||
onready var _state_machine: = _get_state_machine(self)
|
||||
|
||||
var _parent: Node = null
|
||||
var _parent: State = null
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue