Update actors/ghost.py
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from enums import GhostColor, GhostMode, GhostBehavior
|
||||
from behaviors import path_toward # required if you want a fallback
|
||||
from .enums import GhostColor, GhostMode, GhostBehavior
|
||||
from .behaviors import path_toward # required if you want a fallback
|
||||
|
||||
class Ghost(pygame.sprite.Sprite):
|
||||
def __init__(self, name, color_enum, behavior_enum, position, speed):
|
||||
|
Reference in New Issue
Block a user