Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

I'd love a spritesheet function. This would be some sort of option (maybe while loading the rom or something like that) that would load all of the game's sprites in a style similar to a sprite sheet. This would be helpful for working with things like the health bar in Kid Icarus, which switches to a different sprite with each hit, and also would be helpful for dealing with more difficult games.

Also, camera panning would be really nice. Only being able to rotate the camera is really limiting.

(+1)

The problem is that sprites are different from the objects that use them. In my naive understanding, the program assigns properties to objects, and not to sprites.