Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Archivist
/
raylib-src
espelhamento de
https://github.com/raysan5/raylib
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
24
Wiki
Atividade
Ver código fonte
Support canvas scaling with window
pull/432/head
-
7 anos atrás
pai
ddf6c65d00
commit
493a67e6d5
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
templates/web_shell/shell.html
+ 1
- 1
templates/web_shell/shell.html
Ver arquivo
@ -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;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar