- [WIP] Font Editor
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user