mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Adds some example components, game objects and the tools and scripts to utilize them.
This commit is contained in:
parent
7bf49f0670
commit
6fe0b1789d
32 changed files with 1812 additions and 0 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue