// Called once per frame, draws random coloured pixels
// Called once per frame, draws random coloured pixels
@ -98,6 +101,23 @@ public:
frameView-=fElapsedTime*60;
frameView-=fElapsedTime*60;
UpdateScreen();
UpdateScreen();
}
}
if(!cabDetected){
DrawString({4,ScreenHeight()-40},"Drag over the region where the cab's screen is located.\n (Make sure the entire cabinet screen is covered)",WHITE,2);