Impact

13 Posts, registered 1 decade ago

Contact

Send an email to afflicto

Recent Posts

1 decade ago in Weltmeister plugins - setting a standard.:

+1 for this.

1 decade ago in Writing a plugin for weltmeister?:

I want to inject to stuff to wm.Weltmeister class. but how? it seems that…

1 decade ago in Quick'n Dirty Sound Plugin:

I needed a 'loop' function for my Sounds as well as pause and unPause functions…

1 decade ago in Dynamic entity creation?:

I have a crate entity which have 'content's. The contents, I set in weltmeis…

1 decade ago in sound.isPlayingOrNot() ?:

Ah, ok. If I have access to an audio object, then I'm good! impact docs don't s…

1 decade ago in sound.isPlayingOrNot() ?:

I need a way to check whether a sound is playing or not. Do I have to implem…

1 decade ago in entity touches method not working?:

Hm. strange. Well, I fixed that easily for now by simply sizing them down and u…

1 decade ago in entity touches method not working?:

I tried to check. It seems that very large entities do not get a collision box.…

1 decade ago in entity touches method not working?:

I have a 'water' entity: ## ig.module('game.entities.water') .requires( …

1 decade ago in is weltmeister or game running?:

Thanks again! :)

1 decade ago in Load level as JSON?:

Alright, thanks :)

1 decade ago in Load level as JSON?:

in my main.js I load levels via JSON. ( I set the wm config to save as JSON ins…

1 decade ago in is weltmeister or game running?:

In my playerEntity code, I need to check whether the game is running or if it's…