#Frame on bottom
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
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
ignore the text, but, there's a space
the frame is on the middle
nvm
it looks good btw