Working on a sprite stacking graphics engine (SGE)

Ello, i just felt like sharing my progress on my sprite stacking graphics engine plugin, it’s pretty barebones right now but i plan on adding a lot more features

Look at that spinning :smiley:

the most painful part of creating this thing is having to split up sprite frames into separate images. the castle one took me 20 minutes :frowning:

what is sprite stacking you ask, has it stats in the name your just stacking a bunch of sprites on-top of each other. Its a way to add a 3d effect to a 2d world. its really cool are really trippy.

Explanation of how they work: Sprite Stacking Tutorial - YouTube

3 Likes

Cool! But why not use ViewportFrames? Sure, this system looks nice but isn’t that a simpler method for games? Also performance wiser?

lmao i am only do it because its cooler, i don’t really care about performance tbh.

I think ive done the same thing on Scratch. Looks cool.