diff --git a/game/vctrl.lua b/game/vctrl.lua index c14edb5..d7131aa 100644 --- a/game/vctrl.lua +++ b/game/vctrl.lua @@ -29,7 +29,7 @@ local virtual_quad=setmetatable((function() '','','back','','', '','','','','', '','','','','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 end)(),{ __index=function() return empty_quad end