Sprites
these are similar to psych engine lua sprites! (in a way)
addSprite(name: String, path: String, frames: Int, originX: Float, originY: Float)
add a sprite for use in scripts path will start from the mod's folder
EXAMPLE:
getSprite(name: String)
gets a sprite you added
EXAMPLE:
Last updated