reskit/README.md

11 lines
694 B
Markdown
Raw Permalink Normal View History

2023-10-20 02:28:08 +00:00
Reskit (stinkhead7ds edition)
2021-02-12 03:56:54 +00:00
======
2023-10-20 02:28:08 +00:00
<font color="red">This is an internal branch used by Rivethead Interactive for the development of _Stinkhead & The Seven Deadly Sins._ No issues, pull requests, or support of any kind will be taken for `level`, `easing`, and other tools exclusive to this branch.</font>
2021-02-12 03:56:54 +00:00
2023-10-20 02:28:08 +00:00
## Internal Tools
* `level` - Generate a stinkhead7ds level from a Tiled editor module.
* `easing` - _Coming soon!_ Generate a cubic bezier easing curve for a given timespan e.g. for stylistic camera motion.
* Output will be in format:
* 2 bytes: Length of the curve, in 1/60 s increments.
* For each 1/60 increment: the value on the curve at the given 1/60 s increment.