This repository has been archived on 2022-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
KikooDX 39b96a5aef Tiled level editor support. 2021-01-08 13:01:53 +01:00
assets-cg@09b5adf91b Create submodules for assets-cg and assets-fx 2021-01-07 13:21:18 +01:00
assets-fx@58c131401c Create submodules for assets-cg and assets-fx 2021-01-07 13:21:18 +01:00
include Full tileset support. 2021-01-07 14:15:00 +01:00
levels@2ca487d1a0 Tiled level editor support. 2021-01-08 13:01:53 +01:00
src Tiled level editor support. 2021-01-08 13:01:53 +01:00
.editorconfig [minor] Fixed a mistake in the .editoconfig :s 2020-09-15 12:24:05 +02:00
.gitignore Better friction, kinda. 2020-12-24 12:20:12 +01:00
.gitmodules Tiled level editor support. 2021-01-08 13:01:53 +01:00
COPYING Add GNU General Public License v3.0 2020-12-30 17:19:30 +01:00
Makefile First commit 🎉 2020-09-10 15:44:26 +02:00
README.md Update README.md 2021-01-07 13:41:04 +01:00
make_levels.sh Tiled level editor support. 2021-01-08 13:01:53 +01:00
project.cfg First commit 🎉 2020-09-10 15:44:26 +02:00

README.md

Clone this repository

$ git clone --recursive https://gitea.planet-casio.com/KikooDX/jtmm2

Build instructions

Using the fxsdk and latest version of gint. Requires luajit.

For CG

$ ./make_levels.sh
$ fxsdk build-cg

For FX

$ ./make_levels.sh
$ fxsdk build-fx