Engine 0.0.4
Game engine in lua
Loading...
Searching...
No Matches
draw.lua File Reference

Go to the source code of this file.

Functions

local function color (c)
 
local function clear (c)
 
local function rect (mode, x, y, width, height)
 
local function text (x, y, text)
 
local function font (a, b)
 
local function line (x1, y1, x2, y2)
 
local function install (std, lgame, application, ginga)
 

Variables

local math = require('math')
 

Function Documentation

◆ clear()

local function clear ( c )

◆ color()

local function color ( c )

◆ font()

local function font ( a ,
b  )

◆ install()

local function install ( std ,
lgame ,
application ,
ginga  )

◆ line()

local function line ( x1 ,
y1 ,
x2 ,
y2  )

◆ rect()

local function rect ( mode ,
x ,
y ,
width ,
height  )

◆ text()

local function text ( x ,
y ,
text  )

Variable Documentation

◆ math

local math = require('math')

Definition at line 1 of file draw.lua.