AsePlatform
A downloadable tool
Download NowName your own price
AsePlatform is a script for the Aseprite graphic program.
This script allows you to run a mockup of the game screen as a very simple platformer, extremely limited but interactive!
An example in sprite form is attached, however, here is what is needed in the sprite itself:
- A layer named "TMCollision" with the collision shape drawn with opaque pixels.
- A layer named "Player". Can be a group.
- A layer named "Dangers", which must be a group. Within the group, each "danger zone" is a separate layer.
- A layer named "Bonuses", must be a group. Within the group each bonus is a separate layer.
- The layer named "Finish", which must be a group. Each element is an object, when colliding with which the game ends with a "finish". And now about the interface:
- Layer-group with the name "Interface"
- Inside the "Interface" group, there should be a group called "Health". In such a group each layer is one point of player's health.
- Inside the "Interface" group there should be a layer called "ScorePoint", one pixel is enough - it will be a reference point where the points gained in the game will be written.
Status | Prototype |
Category | Tool |
Author | darkdes |
Genre | Platformer |
Made with | Aseprite |
Tags | 2D, Aseprite |
Code license | MIT License |
Asset license | Creative Commons Attribution_NonCommercial v4.0 International |
Links | Source code |
Download
Download NowName your own price
Click download now to get access to the following files:
AsePlatform-2023-12-26.zip 2.5 MB
Comments
Log in with itch.io to leave a comment.
Thank you for sharing this. Could be improved a lot to quickly prototype physics and animations for games.
Thanks for the comment!
It is! With improvements it could turn out to be a prototype tool. But it's probably easier and more efficient to take a game engine and/or make a basic prototyping thing on a game engine.
Smart