Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Archivist
/
raylib-src
mirror da
https://github.com/raysan5/raylib
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
24
Wiki
Attività
Sfoglia il codice sorgente
Support canvas scaling with window
pull/432/head
-
7 anni fa
parent
ddf6c65d00
commit
493a67e6d5
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
templates/web_shell/shell.html
+ 1
- 1
templates/web_shell/shell.html
Vedi File
@ -58,7 +58,7 @@
div.emscripten_border { border: 1px solid black; }
/* the canvas *must not* have any border or padding, or mouse coords will be wrong */
canvas.emscripten { border: 0px none; background: black; }
canvas.emscripten { border: 0px none; background: black;
width: 100%
}
#emscripten_logo {
display: inline-block;
Scrivi
Anteprima
Caricamento…
Annulla
Salva