[README.md] Updated :)

This commit is contained in:
KikooDX 2020-06-09 14:39:33 +02:00
parent 2a9162caeb
commit 43681ca1c8
2 changed files with 15 additions and 9 deletions

View File

@ -4,23 +4,29 @@
`$ ./setpack.sh texturepacks/<pack>` to set a texture pack.
`$ ./build.sh` to build.`
`$ ./build.sh` to build.
## Texture packs
System packages required: `imagemagick`.
System packages required: `imagemagick`, `luajit`.
Default pack by Masséna.
Programmer art by KikooDX.
### How to install
### How to install & build
Clone this repo.
`$ git clone https://gitea.planet-casio.com/KikooDX/jtmm`
Clone this repo.<br>
`$ git clone https://gitea.planet-casio.com/KikooDX/jtmm && cd jtmm`
Get texturepacks with `git clone` in the texturepacks folder or:
`$ ./downloadpacks.sh`
Get texturepacks with `git clone` in the texturepacks folder or:<br>
`$ ./downloadtextures.sh`
You can then set a pack with `setpack.sh`:
You can then set a pack with `settextures.sh`:<br>
`$ ./setpack.sh texturepacks/jtmm_mariotheme`
Build.
Get mappacks with `git clone` in the mappacks folder or:<br>
`$ ./downloadmaps.sh`
You can then set a map with `setmap.sh`:<br>
`$ ./setpack.sh texturepacks/jtmm`
Build.<br>
`$ ./build.sh`