Skip to content

Latest commit

 

History

History
executable file
·
16 lines (8 loc) · 203 Bytes

File metadata and controls

executable file
·
16 lines (8 loc) · 203 Bytes

customLoading

scrW,scrH = System:screenSize();

x0 = scrW/6;

customLoading = CustomLoading();

customLoading:frame(x0, x0, scrW-x0*2, scrH/2);

customLoading:backgroundColor(0xff0000);