diff options
| author | Ray <[email protected]> | 2018-09-18 21:34:02 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-09-18 21:34:02 +0200 |
| commit | be599a9ece3dd9d0a68fa32562d07918b9b69a9e (patch) | |
| tree | 654d543d699e37610787213e4f52ae7616313c1c /games | |
| parent | 27c3afd91c354aeb3587c91b15d3886b813c1a1f (diff) | |
| download | raylib-be599a9ece3dd9d0a68fa32562d07918b9b69a9e.tar.gz raylib-be599a9ece3dd9d0a68fa32562d07918b9b69a9e.zip | |
enjoy!
Diffstat (limited to 'games')
| -rw-r--r-- | games/just_do/screens/screen_logo.c | 2 | ||||
| -rw-r--r-- | games/koala_seasons/screens/screen_logo.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/just_do/screens/screen_logo.c b/games/just_do/screens/screen_logo.c index ab078289..1c9a9b49 100644 --- a/games/just_do/screens/screen_logo.c +++ b/games/just_do/screens/screen_logo.c @@ -37,7 +37,7 @@ static int framesCounter; static int finishScreen; const char msgLogoA[64] = "A simple and easy-to-use library"; -const char msgLogoB[64] = "to learn videogames programming"; +const char msgLogoB[64] = "to enjoy videogames programming"; int logoPositionX; int logoPositionY; diff --git a/games/koala_seasons/screens/screen_logo.c b/games/koala_seasons/screens/screen_logo.c index a3035b30..55785c3a 100644 --- a/games/koala_seasons/screens/screen_logo.c +++ b/games/koala_seasons/screens/screen_logo.c @@ -37,7 +37,7 @@ static int framesCounter; static int finishScreen; const char msgLogoA[64] = "A simple and easy-to-use library"; -const char msgLogoB[64] = "to learn videogames programming"; +const char msgLogoB[64] = "to enjoy videogames programming"; int logoPositionX; int logoPositionY; |
