Initial Implementation of the Taml, Asset and Modules systems.

Only has example and shape assets currently.
This commit is contained in:
Areloch 2015-10-13 15:19:36 -05:00
parent 2044b2691e
commit 7a3b40a86d
123 changed files with 30435 additions and 181 deletions

View file

@ -252,6 +252,11 @@ else {
onStart();
echo("Engine initialized...");
ModuleDatabase.scanModules( "" );
//You can also explicitly decalre some modules here to be loaded by default if they are part of your game
//Ex: ModuleDatabase.LoadExplicit( "AppCore" );
if( !$isDedicated )
{
// As we know at this point that the initial load is complete,

View file

@ -252,6 +252,11 @@ else {
onStart();
echo("Engine initialized...");
ModuleDatabase.scanModules( "" );
//You can also explicitly decalre some modules here to be loaded by default if they are part of your game
//Ex: ModuleDatabase.LoadExplicit( "AppCore" );
if( !$isDedicated )
{
// As we know at this point that the initial load is complete,