VERSIÓ 1.4.2
- [NEW] excutar "mini --version" torna la versió - [NEW] executar "mini dura/a/un/data.jf2" usará eixe arxiu jf2 - [NEW] sys.version()
This commit is contained in:
@@ -310,13 +310,6 @@ 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
|
||||
|
||||
---@param mode number
|
||||
---Specify the mode for the drawing functions
|
||||
function draw.mode(mode) end
|
||||
@@ -486,6 +479,10 @@ function sys.clipboard(value) end
|
||||
---Returns true if running on debug version of mini. False otherwise.
|
||||
function sys.debug() end
|
||||
|
||||
---@return string
|
||||
---Returns the current mini version as a string.
|
||||
function sys.version() end
|
||||
|
||||
|
||||
---@class win
|
||||
win = {}
|
||||
|
||||
Reference in New Issue
Block a user