A very, very jank solution to types in Isaac modding
Go to file
Jill 2c579d8a41 readme badge 2 2021-11-04 11:13:17 +03:00
isaac-typescript-definitions@97cbc98f9b moving to submodules pt 2 2021-11-03 07:45:24 +03:00
override add override folder, implement Mod.lua 2021-11-04 08:35:56 +03:00
.gitignore init commit 2021-11-03 07:34:38 +03:00
.gitmodules moving to submodules pt 2 2021-11-03 07:45:24 +03:00
index.js oops i accidentally parsed 3x the files i needed 2021-11-04 09:19:28 +03:00
package.json init commit 2021-11-03 07:34:38 +03:00
pnpm-lock.yaml init commit 2021-11-03 07:34:38 +03:00
readme.md readme badge 2 2021-11-04 11:13:17 +03:00
showcase.gif showcase 2021-11-03 07:43:25 +03:00

readme.md

Isaac EmmyLua definitions

A very, very jank solution to types in Isaac modding

Use

  1. Get the latest build from mvoCI or build yourself (read further down)

  2. Put the .lua in your workspace (like in typings/)

  3. Use EmmyLua to utilize Lua typing

Build

  1. git clone https://git.oat.zone/oat/isaac-lua-definitions/ --recursive

  2. node index.js

  3. Put everything in out/ in your workspace