/minild29

To get this branch, use:
bzr branch http://9ix.org/bzr/minild29
4 by Josh C
invisible walls and code to bump into them
1
<Level width="1024" height="768" fringeTileset="dark" backgroundColor="0 0.2 0 0.2">
2
    <Entities>
21 by Josh C
player and creature spawners in level editor
3
        <FringeTile position="56 17" tags="Solid wall " tileID="1" blend="0" />
4
        <FringeTile position="74 247" scale="1 5.86311" tags="Solid wall " tileID="1" blend="0" />
5
        <FringeTile position="179 462" scale="4.28019 1" tags="Solid wall " tileID="1" blend="0" />
6
        <FringeTile position="613 461" scale="5.00819 1" tags="Solid wall " tileID="1" blend="0" />
7
        <FringeTile position="-111 298" scale="1 11.5256" tags="Solid wall " tileID="1" blend="0" />
8
        <FringeTile position="391 -66" scale="14.7011 1" tags="Solid wall " tileID="1" blend="0" />
9
        <FringeTile position="400 679" scale="15.0992 1" tags="Solid wall " tileID="1" blend="0" />
10
        <FringeTile position="909 302" scale="1 11.5521" tags="Solid wall " tileID="1" blend="0" />
11
        <FringeTile position="-45 9" tags="playerspawner spawner " tileID="2" />
12
        <FringeTile position="-1 545" tags="creaturespawner spawner " tileID="3" />
13
        <FringeTile position="376 467" tags="creaturespawner spawner " tileID="3" />
14
        <FringeTile position="162 32" tags="creaturespawner spawner " tileID="3" />
4 by Josh C
invisible walls and code to bump into them
15
    </Entities>
16
</Level>