<spot version="3.5">
<head>
<debug />
<title name="Tall Spot" />
<blockset href="http://blocksets.flatland.com/flatsets/basic.bset"/>
<map style="single" dimensions="(9,9,2)" />
<sky texture="images/clouds.gif" brightness="90%" />
<ground texture="images/dirt.gif" />
<ambient_light brightness="100%" />
<ambient_sound file="sounds/waves.wav" volume="65%" playback="looped"/>
</head>
<body>
<create symbol="A" block="curvein">
<param orient="east,0" />
</create>
<create symbol="B" block="curvein">
<param orient="west,0" />
</create>
<create symbol="C" block="curvein">
<param orient="north,90" />
</create>
<create symbol="D" block="curvein">
<param orient="north,270" />
</create>
<create symbol="#" block="full">
<part name="n,s,e,w" texture="images/pinkmarble.gif"/>
</create>
<create symbol="-" block="ceiling">
<part name="bottom" texture="@edgetop.gif" />
</create>
<level number="1">
###...###
#A.....B#
##......#
##......#
#K......#
#h......#
#k......#
#D.....C#
#########
</level>
<level number="2">
###---###
#-------#
#N------#
#.------#
#-------#
#-------#
#-------#
#-------#
#########
</level>
<entrance location="(5,8,1)" name="default" angle="0,0" />
</body>
</spot>
|