This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
change game's resolution
pull/5004/head
Agnis Aldiņš "NeZvērs
2 weeks ago
parent
eee9dd8c94
commit
4d5a56a5f8
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
examples/core/core_3d_fps_controller.c
+ 2
- 2
examples/core/core_3d_fps_controller.c
View File
@ -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
;
Write
Preview
Loading…
Cancel
Save