Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
Archivist
/
raylib-src
espelho de
https://github.com/raysan5/raylib
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
24
Wiki
Trabalho
Ver a proveniência
change game's resolution
pull/5004/head
Agnis Aldiņš "NeZvērs
há 3 meses
ascendente
eee9dd8c94
cometimento
4d5a56a5f8
1 ficheiros alterados
com
2 adições
e
2 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-2
examples/core/core_3d_fps_controller.c
+ 2
- 2
examples/core/core_3d_fps_controller.c
Ver ficheiro
@ -58,8 +58,8 @@ typedef struct {
Sound
soundJump
;
}
Body
;
const
int
screenWidth
=
12
80
;
const
int
screenHeight
=
72
0
;
const
int
screenWidth
=
8
0
0
;
const
int
screenHeight
=
45
0
;
Vector2
sensitivity
=
{
0.001f
,
0.001f
}
;
Body
player
;
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar