Matthijs Groen

Results 48 comments of Matthijs Groen

After how many images should he begin to swap? At the moment I have only 13 textures, but it will be a lot more in the future. Op za 9...

I placed both images (shadow and rocket) in a sheet image now.. I'll monitor if this fixed the problem

I've placed both small images in a spritesheet, and now the issue has not occured anymore. I get why having a few good spritesheets would be better than having a...

Having multiple sizes in sheets works (I do it for the Sun sprites), but not for SpriteAnimation, where you reference to images with an x, y index of the tile.

Do you have an example how that looks like? https://github.com/matthijsgroen/game-play/blob/master/app/scripts/components/entities/LargeDrone.coffee#L15 The reels have only sprite coordinates within a sheet right? (or can you pass in an array of names that...

I created a system where I can have multiple sheets for the same image. This way I can combine multiple sizes of sprites in one sheet, and have animations and...

I've seen this issue again last week, but it was somehow related with an eventhandler in the collision detection that gave an error (without showing). I think on its own,...

Added some component building blocks and a dummy screen. Next step will be showing animation tracks based on file data.

:+1: no better way to show what the engine can do I would say :-)