Xbozon / rpg-styled-ui

Foundry VTT RPG Styled UI
11 stars 14 forks source link

##v11.306 | set interface position #67

Closed Sasmira closed 1 year ago

Sasmira commented 2 years ago

Hello Hello

somes fixes for v10

Webcam :

Sasmira commented 2 years ago

Hooks.on('ready', async () => { // Retreat class of Monk's Little Details $("body").removeClass("change-windows"); });

add new hook in rpg-ui.js for fix a color bug. This hook desactivate the class change-windows of Monk' little details. for this to work, we must also move the key file of scripts to esmodules in module.json.

before

after

Sasmira commented 2 years ago

fix hotbar position ... again :D

Xbozon commented 2 years ago

@Sasmira I'm back! Thanks so much for the work done, I need a couple of days to check and I'll add the changes

Sasmira commented 1 year ago

set interface position

Xbozon commented 1 year ago

@Sasmira I have created a copy of this MR and merged it here: https://github.com/Xbozon/rpg-styled-ui/pull/79

There were a few corrections to be made there. I will close this MR, but the edits have been added, thanks for the help!