mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Quick patch
This commit is contained in:
@@ -29,7 +29,7 @@ local virtual_quad=setmetatable((function()
|
|||||||
'','','back','','',
|
'','','back','','',
|
||||||
'','','','','',
|
'','','','','',
|
||||||
'','','','','select',
|
'','','','','select',
|
||||||
} do if #name>0 then t[name]=gc_newQuad((i-1)%4*w,math.floor((i-1)/4)*w,w,w,4*w,3*w) end end -- 4x2 is the size of entire texture
|
} do if #name>0 then t[name]=gc_newQuad((i-1)%5*w,math.floor((i-1)/5)*w,w,w,5*w,7*w) end end
|
||||||
return t
|
return t
|
||||||
end)(),{
|
end)(),{
|
||||||
__index=function() return empty_quad end
|
__index=function() return empty_quad end
|
||||||
|
|||||||
Reference in New Issue
Block a user