Began work on the client

This commit is contained in:
2015-08-02 03:20:59 +10:00
parent aa9081d9cf
commit 0150dbb929
17 changed files with 299 additions and 244 deletions
+6 -1
View File
@@ -28,5 +28,10 @@ enum SceneSignal {
FIRST = 1,
//custom scenes
EXAMPLE_SCENE
SPLASHSCREEN,
MAINMENU,
OPTIONSMENU,
LOBBYMENU,
WORLD,
DISCONNECTEDSCREEN,
};