- [FIX] draw.text() també soporta que li pases un numero pa escriure-lo
This commit is contained in:
@@ -268,6 +268,13 @@ function draw.surfrot(sx, sy, sw, sh, x, y, a) end
|
||||
---Draw text to (x,y) using the specified color
|
||||
function draw.text(text, x, y, color) end
|
||||
|
||||
---@param text number
|
||||
---@param x number
|
||||
---@param y number
|
||||
---@param color number
|
||||
---Draw text to (x,y) using the specified color
|
||||
function draw.text(text, x, y, color) end
|
||||
|
||||
---@class shader
|
||||
shader = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user