PDA

View Full Version : Button normal options



sturtus
June 6th, 2026, 23:09
Reviewing the API spec for button icons and its options, I see there are states for normal and pressed that can be defined, and they are typed as string. Is there a list of built in options I can find anywhere? I did figure out the trashcan button, but it would be great to see a reference of options to avoid trial and error.

Any help?

Moon Wizard
June 7th, 2026, 00:33
So I can provide better guidance, what are you looking to do specifically or what are you trying to figure out?

Regards,
JPG

sturtus
June 7th, 2026, 01:09
I am working on an extension that will provide a dialogue with two options, a Yes option, and a No option. The Yes option icon is great, it depicts the die type that will be rolled. The No option, at his moment is just a trash can, but that isn't really a very good icon for Cancel or No. I am hoping that there are some built in options for normal or pressed, and having found the trashcan one, I assume that there are more built into CoreRPG.

<icon normal="button_delete" pressed="button_delete_down" />

So my question is, what are all of the built-in options here for normal and pressed?

sturtus
June 7th, 2026, 01:19
Found it! I extracted the CoreRPG zip and found all of the graphics folders!