I am loading a jsdos game using the following code
const DOS = Dos(document.getElementById("jsdos"), {
theme : "dark",
aspect : '4/3',
url : "myagame.jsdos",
key : "",
noCloud : true,
backend : "",
lang : "en",
background : "mygame.png",
noSideBar : true,
noSocialLinks : true,
noNotifications: true,
});
and I'm receiving this msg on top of the game
Hello, guest!
No changes loaded <upload>
How can I remove all these msgs before clicking on "Play" ?
I am loading a jsdos game using the following code
and I'm receiving this msg on top of the game
How can I remove all these msgs before clicking on "Play" ?