
Click to enlarge preview
Example - Green Text and Cursor
Created 8/18/2026
0 saves
22 downloads
Home Menu
Example layout that just makes the game title and applet button text green, hides the inner cursor and makes the cursor green, with a green glowlike shadow around it. Note the shadow color is normalized rgba so 1=255, red is 1,0,0,1, green is 0,1,0,1, etc. The cursor color itself is foreground colors for P_Main and P_Grow, they are hex but it’s abgr, & alpha must be 0 so red is 000000ff, green is 0000ff00. The game title text file is RdtBalloon and c_w of pane p_color lets u set it to any usd color value, red is 24 green is 3, see layout docs for list. For the applet buttons it’s file RdtBalloonSystemApplet and pane T_Main that changes t color.
TCBAAComments