13 Posts, registered 1 decade ago
Contact
Send an email to janix2011
Recent Posts
I got it.
this.enemy = ig.game.spawnEntity(EntitySkeleton,x,y);
should be:
t…
They are properly connected in WM. I have a line connecting them. Also, when …
Hey guys. The game I have been working on is coming along nicely, but I have b…
Very nice. Completely forgot about adding B because of the doors. Thank you v…
I have incorporated the changes you suggested, as well as tweaking some of my c…
Thank you stahlman for your help. I will incorporate those changes.
##
ig.module(
'game.entities.door'
)
.requires(
…
So other than a few issues I have ran into along the way, which got sorted out …
Hey guys. I am working on enemy ai in my game, but I am still fairly new with …
I had a feeling it was going to be something very small that I was missing. Th…
Yeah, sorry about the lack of code block. I tried every combination of tags I …
Let me just start off by saying thank you to Dominic for this amazing framework…