X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Overlay.pde;h=74ba8f1c4fec8fa44d8daddd14d32edb229eb624;hb=bfff6bc27dad58d5f3674295d6b94d08b8da5e51;hp=08e0befa89606f9d7ccfb8aaebd0e6682b822cca;hpb=254d34c098c28b006e88a830cc0d00c60b37f3f7;p=SugarCubes.git diff --git a/_Overlay.pde b/_Overlay.pde index 08e0bef..74ba8f1 100644 --- a/_Overlay.pde +++ b/_Overlay.pde @@ -76,6 +76,12 @@ abstract class OverlayUI { rect(104, height-16, 20, 12); fill(#666666); text("" + targetFramerate, 108, height-6); + text("PandaOutput (p):", 134, height-6); + fill(#000000); + rect(214, height-16, 26, 12); + fill(#666666); + text(pandaBoardsEnabled ? "ON" : "OFF", 218, height-6); + } protected int drawObjectList(int yPos, String title, Object[] items, Method stateMethod) {