Adds some example components, game objects and the tools and scripts to utilize them.

This commit is contained in:
Areloch 2016-05-15 16:24:47 -05:00
parent 7bf49f0670
commit 6fe0b1789d
32 changed files with 1812 additions and 0 deletions

View file

@ -254,6 +254,7 @@ else {
//You can also explicitly decalre some modules here to be loaded by default if they are part of your game
//Ex: ModuleDatabase.LoadExplicit( "AppCore" );
ModuleDatabase.LoadGroup( "Game" );
if( !$isDedicated )
{