Engine 0.0.6
Game engine in lua
Loading...
Searching...
No Matches
tools.lua File Reference

Go to the source code of this file.

Functions

local function bundler (args)
 
local function compiler (args)
 
local function love_zip (args)
 
local function love_exe (args)
 

Variables

local zeebo_compiler = require('src/lib/cli/compiler')
 
local zeebo_bundler = require('src/lib/cli/bundler')
 

Function Documentation

◆ bundler()

local function bundler ( args )

◆ compiler()

local function compiler ( args )

◆ love_exe()

local function love_exe ( args )

◆ love_zip()

local function love_zip ( args )

Variable Documentation

◆ zeebo_bundler

local zeebo_bundler = require('src/lib/cli/bundler')

Definition at line 2 of file tools.lua.

◆ zeebo_compiler

local zeebo_compiler = require('src/lib/cli/compiler')

Definition at line 1 of file tools.lua.