Review ALL games to raylib 3.0

This commit is contained in:
Ray
2020-02-06 18:07:25 +01:00
parent 86bdf60887
commit 97054e4e0f
23 changed files with 364 additions and 294 deletions

View File

@ -19,6 +19,11 @@
#include <emscripten/emscripten.h>
#endif
GameScreen currentScreen = 0;
Font font = { 0 };
Font font2 = { 0 };
Music music = { 0 };
Sound fxCoin = { 0 };
//----------------------------------------------------------------------------------
// Global Variables Definition (local to this module)
//----------------------------------------------------------------------------------