mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-04 05:09:17 -05:00
REVIEWED: Added new examples to VS2022 solution
This commit is contained in:
@ -335,6 +335,7 @@ int main(void)
|
||||
DrawFPS(screenWidth - 80, 10);
|
||||
DrawText("Drag to move light #1", 10, 10, 10, DARKGREEN);
|
||||
DrawText("Right click to add new light", 10, 30, 10, DARKGREEN);
|
||||
|
||||
EndDrawing();
|
||||
//----------------------------------------------------------------------------------
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user