Go to file
KikooDX ce115178b5 I forgot the offset 🤦 2020-05-15 15:07:34 +02:00
assets-cg Binary 2020-05-15 12:28:42 +02:00
include define for FPS, set to 50 2020-05-14 17:51:16 +02:00
src I forgot the offset 🤦 2020-05-15 15:07:34 +02:00
texturepacks I forgot the offset 🤦 2020-05-15 15:07:34 +02:00
up-editor Teleporter first shot 2020-05-14 17:23:09 +02:00
.gitignore Added levels.c to .gitignore, started a new screen 2020-05-11 11:55:55 +02:00
JTMM.g3a I forgot the offset 🤦 2020-05-15 15:07:34 +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 Updated README.md 2020-05-14 17:32:13 +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 Using dsubimage instead of libimg 2020-05-15 13:56:31 +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

Default pack by Masséna. Programmer art by KikooDX.

How to install

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

Go into it's texturepacks folder.
$ cd jtmm/texturepacks

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

Go back in the main folder.
$ cd ..

Update the textures.
$ ./setpack.sh texturepacks/jtmm_mariotheme

Build.
$ ./build.sh