REXM: Updated some examples inconsistencies

This commit is contained in:
Ray
2025-09-04 19:15:37 +02:00
parent 91bc8d9b10
commit a51cb7fe30
16 changed files with 71 additions and 41 deletions

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [easings] example - easings testbed
* raylib [others] example - easings testbed
*
* Example originally created with raylib 2.5, last time updated with raylib 2.5
*
@ -108,7 +108,7 @@ int main(void)
const int screenWidth = 800;
const int screenHeight = 450;
InitWindow(screenWidth, screenHeight, "raylib [easings] example - easings testbed");
InitWindow(screenWidth, screenHeight, "raylib [others] example - easings testbed");
Vector2 ballPosition = { 100.0f, 100.0f };