コード例 #1
0
ファイル: variant.php プロジェクト: Yoyoyozo/webDiplomacy
 public function __construct()
 {
     parent::__construct();
     $this->variantClasses['drawMap'] = 'Colonial';
     $this->variantClasses['adjudicatorPreGame'] = 'Colonial';
     $this->variantClasses['processMembers'] = 'Colonial';
 }
コード例 #2
0
ファイル: variant.php プロジェクト: Yoyoyozo/webDiplomacy
 public function __construct()
 {
     parent::__construct();
     $this->variantClasses['drawMap'] = 'Modern2';
     $this->variantClasses['adjudicatorPreGame'] = 'Modern2';
     $this->variantClasses['userOrderBuilds'] = 'Modern2';
     $this->variantClasses['OrderInterface'] = 'Modern2';
     $this->variantClasses['processOrderBuilds'] = 'Modern2';
     $this->variantClasses['processOrderDiplomacy'] = 'Modern2';
 }
コード例 #3
0
ファイル: variant.php プロジェクト: Yoyoyozo/webDiplomacy
 public function __construct()
 {
     parent::__construct();
     // drawMap extended for country-colors and loading the classic map images
     $this->variantClasses['drawMap'] = 'Classic';
     /*
      * adjudicatorPreGame extended for country starting unit data
      */
     $this->variantClasses['adjudicatorPreGame'] = 'Classic';
 }
コード例 #4
0
ファイル: variant.php プロジェクト: Yoyoyozo/webDiplomacy
 public function __construct()
 {
     parent::__construct();
     // Altered to load the correct resources and colors. Also a change to color-loading to account for
     // the large number of colors in this map.
     $this->variantClasses['drawMap'] = 'World';
     // Altered to build the correct starting units
     $this->variantClasses['adjudicatorPreGame'] = 'World';
     // Altered to display the country name in the global tab
     $this->variantClasses['Chatbox'] = 'World';
 }
コード例 #5
0
ファイル: variant.php プロジェクト: Yoyoyozo/webDiplomacy
 public function __construct()
 {
     parent::__construct();
     $this->variantClasses['drawMap'] = 'AncMed';
     $this->variantClasses['adjudicatorPreGame'] = 'AncMed';
 }