This repository houses the specification and implementation of the application programing interface (API) for scripts in Top Down Sprite Maker, a pixel art character customization program that supports multiple art styles and fully configurable sprite sheets.
Top Down Sprite Maker uses DeltaScript as its scripting language. The language was created by the same developer as TDSM, and was designed to be easy to read and write and limited in scope to particular application domains.
The primary use of the API is to define sprite styles. You can read more about sprite styles on the dedicated sprite style page, or about defining them in the manifest.tds section of the scripting overview.
COMING SOON
If you are interested in creating your own sprite styles for Top Down Sprite Maker, you may want to start by...
- Reading the API specification
- Downloading free sprite styles and inspecting their
manifest.tdsfiles as examples