mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-14 10:25:29 +00:00
REXM: Updated examples
This commit is contained in:
@@ -60,7 +60,7 @@ int main(void)
|
||||
const int screenWidth = 800;
|
||||
const int screenHeight = 450;
|
||||
|
||||
InitWindow(screenWidth, screenHeight, "raylib [shapes] example - strings management");
|
||||
InitWindow(screenWidth, screenHeight, "raylib [text] example - strings management");
|
||||
|
||||
TextParticle textParticles[MAX_TEXT_PARTICLES] = { 0 };
|
||||
int particleCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user