mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Merge pull request #1443 from Areloch/TAM_Implementation
TAML, Assets and Modules implementation
This commit is contained in:
commit
1a009d6dd3
118 changed files with 24883 additions and 181 deletions
|
|
@ -250,6 +250,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,
|
||||
|
|
|
|||
|
|
@ -250,6 +250,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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue