- [WIP] Font Editor

This commit is contained in:
2025-12-10 14:03:11 +01:00
parent 6e15fe7231
commit 7c3b58c5f0
3 changed files with 78 additions and 23 deletions

View File

@@ -10,7 +10,8 @@ ui = {
else
draw.rrectf(x,y,w,h,2,color[2])
end
draw.text(text,x+text_x+1,y+3,color[1])
local text_y = (h-5)/2
draw.text(text,x+text_x+1,y+text_y,color[1])
return false
end,