Added states to boss state machine

This commit is contained in:
Paul Norberger
2020-04-20 01:13:59 +02:00
parent 0daf9090eb
commit ee0d75fb37
10 changed files with 97 additions and 77 deletions

View File

@@ -0,0 +1,4 @@
extends "res://Overlap/StateMachine/State.gd"
func enter():
print("pursue state")