T2-DXAI/scripts/DXAI/config.cs

10 lines
272 B
C#
Raw Normal View History

// config.cs
2014-11-20 05:12:25 +00:00
// 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;