Skip to content

XeroOl/notitg-mirin

Repository files navigation

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