GlyEngine 0.0.17
Create games and apps with lua
|
Functions | |
local function | clear (tint) |
std.draw.clear | |
local function | rect (mode, pos_x, pos_y, width, height) |
std.draw.rect | |
local function | line (x1, y1, y2, y1, y2) |
std.draw.line | |
local function | image (src, pos_x, pos_y) |
std.draw.image | |
local function clear | ( | tint | ) |
local function image | ( | src | , |
pos_x | , | ||
pos_y | ) |
local function line | ( | x1 | , |
y1 | , | ||
y2 | , | ||
y1 | , | ||
y2 | ) |
local function rect | ( | mode | , |
pos_x | , | ||
pos_y | , | ||
width | , | ||
height | ) |