20 Posts, registered 1 decade ago
Bio
Contact
Send an email to Manic
Recent Posts
Up till now, I've been putting a bunch of my game and level logic in entit…
Never mind--I was using the EntityType plugin and it was messing up an entity t…
I get an issue with "The following entity classes were not loaded due to f…
I've been making a game for a while, and I've been testing it in Chro…
Never mind. I'm an idiot who forgot and then misread the documentation.
Are you using ig.Font()? If not, you could be using characters that some compu…
I recently stumbled across Impact++, which has a ton of cool features (namely p…
True. I think what I'm mostly trying to look for/think about making mysel…
I ended up making this entity:
##
ig.module(
'game.entities.loopi…
One problem is that you can't change volume or anything while it's lo…
In most 3D game engines, there's an effect where you can map a texture ont…
I'm making a game with a randomly-generated level. I looked at Drop and s…
Is there any way to get entities inside of an area (for instance, a radius arou…
I should have posted that I'd solved this--it turned out it was an issue w…
By the way, the game this all fits into can be seen at http://test.manic0892.co…
Thanks, that seems to have worked perfectly!
Thanks for the link--interesting stuff there.
Unfortunately, the issue isn…
I want to bind two entities together--namely, I want to have a player entity wi…
I made a player entity that spawns bullet entities to collide with enemy entiti…
Is there a plugin or anything to define a polygon hitbox based on an entity…