GlyEngine 0.0.17
Create games and apps with lua
Loading...
Searching...
No Matches
Draw

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
 

Detailed Description

Function Documentation

◆ clear()

local function clear ( tint )

◆ image()

local function image ( src ,
pos_x ,
pos_y  )

◆ line()

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

◆ rect()

local function rect ( mode ,
pos_x ,
pos_y ,
width ,
height  )