Review games

This commit is contained in:
Ray
2019-05-21 22:36:52 +02:00
parent b1806f6600
commit 477f05db13
10 changed files with 224 additions and 89 deletions

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* GLOBAL GAME JAM 2017 - WAVE COLLECTOR
* WAVE COLLECTOR [GLOBAL GAME JAM 2017]
*
* The ultimate wave particles collector is here!
* You must follow the wave and collect all the particles
@ -85,7 +85,7 @@ int main(int argc, char *argv[])
SetConfigFlags(FLAG_MSAA_4X_HINT);
#endif
// Note windowTitle is unused on Android
InitWindow(screenWidth, screenHeight, "GGJ17 - WAVE COLLECTOR");
InitWindow(screenWidth, screenHeight, "WAVE COLLECTOR [GGJ17]");
// Global data loading (assets that must be available in all screens, i.e. fonts)
InitAudioDevice();