A pixel art showcase engine designed for peak accessibility and ease of use! There's almost no setup required. Just import your artworks and you're good to go! INFO: You can change animation speed and zoom strength in the code tab (both are optional). The rest is handled automagically by the engine.
NAMING RULES: (inside the project as well) For normal artworks, name them like this: "art_1" or "art_2" and so on. If an artwork is an animation, add "_frame_1" onto the end of its name, and repeat for EVERY frame, like this: "art_4_frame_1" (ID number first, frame number next) Make sure you don't have any artworks that have the same ID number (the number that comes after "art_"). Change log: 5/10/25 - Fixed a bug where the selection arrows would appear smaller than usual when displaying large images, and fixed a bug where animations would display the arrow sprite instead.