Go to file
KikooDX c63cd15cc5 [main.c+JTMM.g3a] The whole horizontal speed system now works. Also, ice 2020-05-21 17:21:30 +02:00
assets-cg [main.c] Fix friction? Restored ice 2020-05-19 14:09:19 +02:00
include Uniform indentation 2020-05-17 14:13:48 +02:00
src [main.c+JTMM.g3a] The whole horizontal speed system now works. Also, ice 2020-05-21 17:21:30 +02:00
texturepacks [main.c] Fix friction? Restored ice 2020-05-19 14:09:19 +02:00
up-editor [main.c+JTMM.g3a] The whole horizontal speed system now works. Also, ice 2020-05-21 17:21:30 +02:00
.gitignore Added levels.c to .gitignore, started a new screen 2020-05-11 11:55:55 +02:00
JTMM.g3a [main.c+JTMM.g3a] The whole horizontal speed system now works. Also, ice 2020-05-21 17:21:30 +02:00
LICENSE To Lephé' 2020-03-17 18:01:24 +01:00
Makefile Updated Makefile (`fxsdk update`) 2020-05-13 18:43:11 +02:00
README.md [up-editor/update.sh] Use mogrify (imagemagick) to crop textures 2020-05-19 13:01:09 +02:00
build.sh Apparently those where needed (#!/usr/bin/bash) 2020-05-15 11:03:38 +02:00
downloadpacks.sh Apparently those where needed (#!/usr/bin/bash) 2020-05-15 11:03:38 +02:00
editor.sh Apparently those where needed (#!/usr/bin/bash) 2020-05-15 11:03:38 +02:00
levels.lua Save. Progress. Done. 2020-03-20 10:43:49 +01:00
project.cfg [project.cfg] removed -limg-cg flag 2020-05-18 10:47:40 +02:00
setpack.sh Apparently those where needed (#!/usr/bin/bash) 2020-05-15 11:03:38 +02:00
transfer.sh Apparently those where needed (#!/usr/bin/bash) 2020-05-15 11:03:38 +02:00

README.md

Just Too Many Mechanics

$ ./editor.sh to open the level editor.

$ ./setpack.sh texturepacks/<pack> to set a texture pack.

$ ./build.sh to build.`

Texture packs

System packages required: imagemagick.
Default pack by Masséna. Programmer art by KikooDX.

How to install

Clone this repo.
$ git clone https://gitea.planet-casio.com/KikooDX/jtmm

Get texturepacks with git clone in the texturepacks folder or:
$ ./downloadpacks.sh

You can then set a pack with setpack.sh:
$ ./setpack.sh texturepacks/jtmm_mariotheme

Build.
$ ./build.sh