VERSIÓ 1.4.4

- [NEW] Nou sistema de fonts funcionant ja internament
This commit is contained in:
2026-03-18 08:58:42 +01:00
parent e89d596ea4
commit 9c895a518e
8 changed files with 389 additions and 89 deletions

View File

@@ -1,4 +1,4 @@
require "ia.other"
--require "ia.other"
x=0
@@ -41,5 +41,5 @@ function mini.update()
local mx, my = mouse.pos()
draw.rectf(mx, my, 4, 4, 8)
draw.text(mx .. " " .. my, 1, 8, 8)
draw.text(other.peiv(),1,100,4)
--draw.text(other.peiv(),1,100,4)
end