~ubuntu-branches/ubuntu/lucid/balder2d/lucid

« back to all changes in this revision

Viewing changes to bin/maps/corners/maptags.xml

  • Committer: Bazaar Package Importer
  • Author(s): Bjørn Hansen
  • Date: 2006-10-14 15:33:42 UTC
  • Revision ID: james.westby@ubuntu.com-20061014153342-un0jglolcs01gcow
Tags: upstream-1.0~rc1
Import upstream version 1.0~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!-- information about the map -->
 
3
<Map name="orners">
 
4
        <Size width="800" height="600" />
 
5
        <spawn>
 
6
                <location x="50" y="50" />
 
7
                <velocity x="0" y="0" />
 
8
                <stuck status="true" />
 
9
        </spawn>
 
10
        <spawn>
 
11
                <location x="50" y="550" />
 
12
                <velocity x="0" y="0" />
 
13
                <stuck status="true" />
 
14
        </spawn>
 
15
        <spawn>
 
16
                <location x="400" y="300" />
 
17
                <velocity x="0" y="0" />
 
18
                <stuck status="true" />
 
19
        </spawn>
 
20
        <spawn>
 
21
                <location x="718" y="104" />
 
22
                <velocity x="0" y="0" />
 
23
                <stuck status="true" />
 
24
        </spawn>
 
25
        <spawn>
 
26
                <location x="750" y="50" />
 
27
                <velocity x="0" y="0" />
 
28
                <stuck status="true" />
 
29
        </spawn>
 
30
        <spawn>
 
31
                <location x="750" y="550" />
 
32
                <velocity x="0" y="0" />
 
33
                <stuck status="true" />
 
34
        </spawn>
 
35
</Map>