Open zeronobody0 opened 1 year ago
i'd like an option for this too. otherwise i have to do this:
canvas + div {
display: none !important;
}
i'd like an option for this too. otherwise i have to do this:
canvas + div { display: none !important; }
Alternatively:
class SimpleGame extends netplayjs.Game {
// ...
}
const game = new netplayjs.LockstepWrapper(SimpleGame);
game.stats.remove();
game.start();
I'm trying to make a game using this library and it seems like there is an always-on debug info box. Is there any way to disable it?