1 decade ago by Rubix
Hello, I'm trying to create enemy objects that extend a parent class contained in the same module. However I'm getting a reference error when I run the game; here's my code:
I assumed you could simply reference a class in the same entity, but am I wrong in thinking this?
EntityWorm = EnemyClass.extend({
I assumed you could simply reference a class in the same entity, but am I wrong in thinking this?