T2-DXAI/scripts/DXAI_Config.cs
2014-11-20 00:12:25 -05:00

10 lines
277 B
C#

// DXAI_Config.cs
// Configuration for the DXAI System
// Copyright (c) 2014 Robert MacGregor
$DXAI::Commander::minimumFlagDefense = 1;
$DXAI::Commander::minimumGeneratorDefense = 1;
$DXAI::Bot::DefaultFieldOfView = 3.14159 / 2; // 90*
$DXAI::Bot::DefaultViewDistance = 300;