mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-22 15:19:18 -05:00
Review games
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user