]> Dogcows Code - chaz/carfire/blob - CarFire/CarFire/CarFire/Content/Maps/stable.cfmap
SaberMonster loads from map file and walks around using the path finder, and a lot...
[chaz/carfire] / CarFire / CarFire / CarFire / Content / Maps / stable.cfmap
1 ; This map should load and function just fine.
2
3 [metadata]
4 author = Chaz McGarvey
5 levelname = Stable
6 type = Campaign
7 dimensions = [80,21]
8 tileset = FuturisticBuilding
9 numplayers = <1,4>
10
11 [M]
12 type = SaberMonster
13 speed = 10
14 path = [16,8] [20,6] wait(5) [56,9] [71,17] [75,2] [11,13]
15
16 [maptable]
17 +------------------------------------------------------------------------------+
18 | |
19 | 1 |
20 | |
21 | 2 +---- |
22 | | |
23 | 3 | |
24 | |------------------------------------------ |
25 | 4 | | |
26 | | | |
27 +-------------+----+ | \ / |
28 | | | \ / |
29 | M | | \ / |
30 | | | \ / |
31 | | \ @ # $ % ^ & * ( ) | | |
32 | +-------+ | / \ |
33 | | / \ |
34 | / \ |
35 | / \ |
36 | |
37 +------------------------------------------------------------------------------+
38
39 ; vi:ft=dosini
This page took 0.034592 seconds and 4 git commands to generate.