|
Crazy Tronners Wild Moving Fortress
|
| Round 1 - Moving Fortress ! |
 |
|
|
| Stage 1: General Settings for this map |
| SPAWN_ZONE |
fortress ns 250 50 40 0 -1 0 true |
| SPAWN_ZONE |
fortress ns 250 450 40 0 1 0 true |
| SPAWN_ZONE |
$ret = array(); for($i=1;$i<=5;$i++) { $angle=deg2rad(rand(0,359)); array_push($ret,"death 250 250 5 0 ".(cos($angle)*30)." ".(sin($angle)*30)." true"); } return $ret; |
|
| Map File Contents |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>    
<!DOCTYPE Resource SYSTEM "AATeam/map-0.2.8.0.dtd">    
<Resource type="aamap" name="nozone" version="0.1.1" author="voodoo" category="fortress">        
<Map version="2">            
<World>                
<Field>                    
<Spawn x="255" y="50" xdir="0" ydir="1" />                    
<Spawn x="245" y="450" xdir="0" ydir="-1" />                    
<Wall>                        
<Point x="0" y="0" />                        
<Point x="0" y="500" />                        
<Point x="500" y="500" />                        
<Point x="500" y="0" />                        
<Point x="0" y="0" />                    
</Wall>                
</Field>            
</World>        
</Map>    
</Resource>
|