XeroOl / notitg-mirin

The NotITG Mirin Template. Easily create modfiles using Lua.

Home Page:https://xerool.github.io/notitg-mirin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mirin Template

busted luacov

NotITG is a fork of OpenITG designed to make it easier for mod file creators to implement their ideas. The Mirin Template provides functions that allow creators to use NotITG express their mod ideas and bring them to life in the game.

  • Simple to learn: Designed with a goal of avoiding unintuitive edge cases in NotITG.
  • Excellent performance: Optimized code runs quickly compareed to other templates.
  • Theme independent: Mirin Template creates a separate environment for mod code that is kept separate from themes.
  • Powerful abstractions: Includes a powerful system that allows users to create custom modifiers.
-- turn on invert
ease {0, 1, outExpo, 100, 'invert'}
-- turn off invert
ease {7, 1, outExpo, 0, 'invert'}

Read the documentation at https://xerool.github.io/notitg-mirin

About

The NotITG Mirin Template. Easily create modfiles using Lua.

https://xerool.github.io/notitg-mirin

License:The Unlicense


Languages

Language:Lua 98.9%Language:Makefile 1.1%