mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Update core_3d_fps_controller.c
This commit is contained in:
parent
4d5a56a5f8
commit
4233544670
@ -356,5 +356,7 @@ void DrawLevel()
|
|||||||
towerPos.x *= -1;
|
towerPos.x *= -1;
|
||||||
DrawCubeV(towerPos, towerSize, towerColor);
|
DrawCubeV(towerPos, towerSize, towerColor);
|
||||||
DrawCubeWiresV(towerPos, towerSize, DARKBLUE);
|
DrawCubeWiresV(towerPos, towerSize, DARKBLUE);
|
||||||
}
|
|
||||||
|
|
||||||
|
// Red sun
|
||||||
|
DrawSphere((Vector3) { 300.f, 300.f, 0.f }, 100.f, (Color) { 255, 0, 0, 255 });
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user