This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- file: api/lua/tic80.lua | |
-- TIC-80 API for ZBStudio | |
-- see [TIC-80 wiki](https://github.com/nesbox/TIC-80/wiki/) | |
local API = { | |
-- Special functions | |
TIC = { | |
type = "function", | |
description = [[Main function. It's called at 60 fps (60 times every second).]], | |
args = "()", |