Closed levlups closed 5 years ago
This is because:
So to fix this, you have to use some CSS. I`m not at a computer right now, so I don't know if this 100% works.
#content {
position: absolute; /* Make is in a fixed spot over the canvas */
z-index: 999; /* Change the Z layer of the content */
left: 0; /* Position the content in the top left */
top: 0;
}
it worked , once again ,the master has spoken lol
need to go back to coding
wait wait check this out , me coding
noa engine is hiding all my forms ,html div ecttt , wich is good during game play
how do I get them back ,this code is not working
function setVis() { var el = document.getElementById('content') el.hidden = false }
window.addEventListener('keydown', function (ev) {