Warning: session_start(): open(/var/lib/php/sessions/sess_3gn886gnnijdl5lg27c0f39m5m, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
outerColor = -7898370
innerColor = -12633735
innerWidth=320
innerHeight=200
borderHeight=40
borderWidth=32
width=innerWidth+borderWidth*2
height=innerHeight+borderHeight*2
pixels={}
for y=0,height-1 do
for x=0,width-1 do
local isInner = x >= borderWidth and x < width-borderWidth
and y >= borderHeight and y < height-borderHeight
pixels[x+y*width+1] = isInner and innerColor or outerColor
end
end