mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Empty Template for ticket #1
This commit is contained in:
parent
8337cad7ee
commit
40220512d3
1573 changed files with 141028 additions and 0 deletions
20
Templates/Empty/buildFiles/config/project.conf
Normal file
20
Templates/Empty/buildFiles/config/project.conf
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
// Set this true to enable hifi networking instead of standard.
|
||||
// In general ... hifi is designed to better deal with fast
|
||||
// moving players in close proximity to each other, such as
|
||||
// a racing game.
|
||||
$TORQUE_HIFI_NET = false;
|
||||
|
||||
// Configure Torque 3D
|
||||
Torque3D::beginConfig( "win32", "Empty" );
|
||||
|
||||
// Include Web Deployment module
|
||||
includeModule( 'webDeploy' );
|
||||
|
||||
// Enable for optional minidump debugging support
|
||||
// addProjectDefine( 'TORQUE_MINIDUMP' );
|
||||
|
||||
Torque3D::endConfig();
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue