mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-17 15:40:20 +02:00
Added states to boss state machine
This commit is contained in:
4
src/Boss/SlimeBoss/States/Motion/Pursue.gd
Normal file
4
src/Boss/SlimeBoss/States/Motion/Pursue.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends "res://Overlap/StateMachine/State.gd"
|
||||
|
||||
func enter():
|
||||
print("pursue state")
|
||||
Reference in New Issue
Block a user