VERSIÓ 1.3.14
- [NEW] draw.pattern() sense paràmetres restableix el patró de relleno - [FIX] Llevat el std::vector que estava donant pel cul. No, si ja sabia jo... - [NEW] Gestió del cas en que es supere el nombre màxim de textures (en compte d'explotar, tira un error bonico)
This commit is contained in:
@@ -252,6 +252,9 @@ function draw.ovalf(x1, y1, x2, y2, color) end
|
||||
---Specify a pattern for the drawing functions
|
||||
function draw.pattern(pattern) end
|
||||
|
||||
---Reset to no pattern for drawing functions
|
||||
function draw.pattern() end
|
||||
|
||||
---@param sx number
|
||||
---@param sy number
|
||||
---@param sw number
|
||||
|
||||
Reference in New Issue
Block a user