Przeglądaj źródła

Update core_3d_fps_controller.c

pull/5004/head
Agnis Aldiņš "NeZvērs 1 miesiąc temu
rodzic
commit
4233544670
1 zmienionych plików z 3 dodań i 1 usunięć
  1. +3
    -1
      examples/core/core_3d_fps_controller.c

+ 3
- 1
examples/core/core_3d_fps_controller.c Wyświetl plik

@ -356,5 +356,7 @@ void DrawLevel()
towerPos.x *= -1;
DrawCubeV(towerPos, towerSize, towerColor);
DrawCubeWiresV(towerPos, towerSize, DARKBLUE);
}
// Red sun
DrawSphere((Vector3) { 300.f, 300.f, 0.f }, 100.f, (Color) { 255, 0, 0, 255 });
}

Ładowanie…
Anuluj
Zapisz