diff --git a/proj-web/space-game001plain.html b/proj-web/space-game001plain.html index 2a89e76..8470238 100644 --- a/proj-web/space-game001plain.html +++ b/proj-web/space-game001plain.html @@ -8,7 +8,7 @@ body, html { margin: 0; padding: 0; width: 100%; height: 100%; overflow: hidden; background-color: #000; - position: fixed; /* Предотвращает pull-to-refresh на Android */ + position: fixed; } #canvas { display: block; @@ -17,6 +17,18 @@ width: 100vw; height: 100vh; border: none; } + + #fs-button { + position: absolute; + top: 10px; right: 10px; + padding: 10px; + z-index: 10; + background: rgba(255,255,255,0.3); + color: white; border: 1px solid white; + cursor: pointer; + font-family: sans-serif; + border-radius: 5px; + } #status { color: white; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } /* Nick modal */ @@ -60,6 +72,7 @@ +
Downloading...