]> Dogcows Code - chaz/carfire/blob - CarFire/CarFire/CarFire/Content/Maps/level1.cfmap
Fixed path finder thrown exception when finding a path to the cell you are already at.
[chaz/carfire] / CarFire / CarFire / CarFire / Content / Maps / level1.cfmap
1 [metadata]
2 author = Chaz McGarvey
3 levelname = Stable
4 type = Campaign
5 dimensions = [80,21]
6 tileset = FuturisticBuilding
7 numplayers = <1,4>
8
9 [M]
10 type = SaberMonster
11 speed = 10
12 path = [16,8] [20,6] wait(5) [56,9] [71,17] [75,2] [11,13]
13
14 [T]
15 type = Trigger
16 condition = Print("Trigger tested.") False()
17 event = Print("Trigger fired!")
18
19 [maptable]
20 +------------------------------------------------------------------------------+
21 |T |
22 | 1 |
23 | M |
24 | 2 +---- |
25 | | M |
26 | 3 | |
27 | |------------------------------------------ |
28 | 4 | | |
29 | | | |
30 +-------------+----+ | \ / |
31 | | | \ / |
32 | M | | \ / |
33 | | | \ / |
34 | | \ @ # $ % ^ & * ( ) | | |
35 | +-------+ | / \ |
36 | | / \ |
37 | / \ |
38 | / \ |
39 | |
40 +------------------------------------------------------------------------------+
41
42 ; vi:ft=dosini
This page took 0.031889 seconds and 4 git commands to generate.