@ -75,4 +75,9 @@ public class CpuScreen extends Screen {
context.drawTexture(cpuTexture,x,y,0,0,176,166);
context.drawTexture(poweredButton, x + 27, y + 6 + buttonPos, 0, 0, 4, 4);
}
@Override
public boolean shouldPause() {
return false;
@ -23,4 +23,9 @@ public class MonitorScreen extends Screen {
super.render(context, mouseX, mouseY, delta);
context.drawTexture(screenTexture,0,0,0,0,350,230);