#Frame on bottom

1 messages · Page 1 of 1 (latest)

spare tapir
#
int width = 40; // width of frame
int height = 40; // height of frame

int screenWidth = ...;
int screenHeight = ...;

int x = (screenWidth - width);
int y = (screenHeight - height);
#

^^ That is bottom-right ofcourse

winged mantle
#

the frame is on the middle

#

nvm

#

it looks good btw