jtmm/README.md

27 lines
577 B
Markdown
Raw Normal View History

2020-05-12 18:41:31 +02:00
# Just Too Many Mechanics
2020-03-16 10:28:34 +01:00
2020-05-12 18:41:31 +02:00
`$ ./editor.sh` to open the level editor.
2020-05-12 18:42:07 +02:00
`$ ./setpack.sh texturepacks/<pack>` to set a texture pack.
2020-05-12 18:42:07 +02:00
2020-05-12 18:41:31 +02:00
`$ ./build.sh` to build.`
2020-05-13 18:49:51 +02:00
## Texture packs
System packages required: `imagemagick`.
2020-05-14 17:32:13 +02:00
Default pack by Masséna.
Programmer art by KikooDX.
2020-05-13 18:49:51 +02:00
2020-05-13 18:51:34 +02:00
### How to install
2020-05-13 18:51:34 +02:00
Clone this repo.
2020-05-13 18:49:51 +02:00
`$ git clone https://gitea.planet-casio.com/KikooDX/jtmm`
Get texturepacks with `git clone` in the texturepacks folder or:
2020-05-14 17:32:13 +02:00
`$ ./downloadpacks.sh`
2020-05-13 18:49:51 +02:00
You can then set a pack with `setpack.sh`:
2020-05-14 10:21:28 +02:00
`$ ./setpack.sh texturepacks/jtmm_mariotheme`
2020-05-13 18:49:51 +02:00
2020-05-13 18:51:34 +02:00
Build.
2020-05-13 18:49:51 +02:00
`$ ./build.sh`