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:
2025-12-04 11:35:34 +01:00
parent 3e524fd32d
commit 4858d94378
4 changed files with 50 additions and 28 deletions

View File

@@ -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