smiley How can I get rid of the HUD?
Basic GUIs are imported as separated modules in the rpg.toml
modules = [
'./main',
'@rpgjs/mobile-gui',
'@rpgjs/default-gui',
'@rpgjs/gamepad'
]
Try removing:
'@rpgjs/mobile-gui',
'@rpgjs/default-gui',
'@rpgjs/gamepad'