mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 23:54:35 +00:00
put AIPlayer support back, and it as the default class to spawn
This commit is contained in:
parent
185acd23e0
commit
32d95d3b8b
5 changed files with 56 additions and 23 deletions
|
|
@ -172,10 +172,10 @@ datablock LightAnimData( SpinLightAnim )
|
|||
|
||||
datablock AIPlayerControllerData( aiPlayerControl )
|
||||
{
|
||||
|
||||
moveTolerance = 0.25; followTolerance = 1.0; mAttackRadius = 2;
|
||||
};
|
||||
|
||||
datablock AIWheeledVehicleControllerData( aiCarControl )
|
||||
{
|
||||
|
||||
};
|
||||
moveTolerance = 1.0; followTolerance = 2.0; mAttackRadius = 5.0;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue