Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Archivist
/
raylib-src
peilaus alkaen
https://github.com/raysan5/raylib
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
24
Wiki
Toiminta
Selaa lähdekoodia
Update core_2d_camera.c
pull/2585/head
Ray
2 vuotta sitten
vanhempi
39ead974a4
commit
a3a6b3f24a
1 muutettua tiedostoa
jossa
0 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
examples/core/core_2d_camera.c
+ 0
- 1
examples/core/core_2d_camera.c
Näytä tiedosto
@ -57,7 +57,6 @@ int main(void)
{
/
/
Update
/
/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
/
/
Player
movement
if
(
IsKeyDown
(
KEY_RIGHT
)
)
player
.
x
+
=
2
;
else
if
(
IsKeyDown
(
KEY_LEFT
)
)
player
.
x
-
=
2
;
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna