RPGUI
RPGUI copied to clipboard
Lightweight framework for old-school RPG GUI in web!
#10 End caps were rising up above the button as the button width was increased do to the -5% margin. Instead, I refactored it using absolute positioning on the pseudo-elements...
I am trying to use RPGUI for a React project, however I am running into an issue where event handlers are not being passed to input fields. On closer inspection...
I think it would be nice if there was a gold coin icon used for a complement of the icons section which may be used for a shop. I've linked...
For the golden button, it's incredibly pronounced since the endcaps end up floating above the button. The regular buttons are more subtle -- the nails at the ends of the...
I forced scrolling to be visible on chrome and it's quite ugly :  The problem seems to come from the fact that the slider is stretched..
I forced scrolling to be visible on firefox and it doesn't show at all. Probably missing some moz- directives 
// --- Definições do Jogo --- const player = { name: "Andarilho", level: 1, maxHP: 100, currentHP: 100, attack: 10, defense: 5, isDefending: false, }; let enemy = { name:...