~kubuntu-members/kapman/4.11

« back to all changes in this revision

Viewing changes to defaultmaze.xml

  • Committer: Pierre-Benoit Besse
  • Date: 2008-08-15 11:43:49 UTC
  • Revision ID: git-v1:89f706af55b38ee770ceb235d4dfe581e41f028c
- All images are now in a single SVG file
- Small improvments in preformances by fixing some mistakes

svn path=/trunk/playground/games/kapman/; revision=847429

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        <Row>|==========================|</Row>
34
34
        <Bonus rowIndex="17" colIndex="14" x-align="accross" y-align="center" />
35
35
        <Kapman rowIndex="23" colIndex="14" x-align="accross" y-align="center" />
36
 
        <Ghost rowIndex="11" colIndex="14" x-align="accross" y-align="center" image="ghostred.svg"/>
37
 
        <Ghost rowIndex="14" colIndex="12" x-align="accross" y-align="center" image="ghostgreen.svg"/>
38
 
        <Ghost rowIndex="14" colIndex="14" x-align="accross" y-align="center" image="ghostblue.svg"/>
39
 
        <Ghost rowIndex="14" colIndex="16" x-align="accross" y-align="center" image="ghostpink.svg"/>
 
36
        <Ghost rowIndex="11" colIndex="14" x-align="accross" y-align="center" imageId="ghost1"/>
 
37
        <Ghost rowIndex="14" colIndex="12" x-align="accross" y-align="center" imageId="ghost2"/>
 
38
        <Ghost rowIndex="14" colIndex="14" x-align="accross" y-align="center" imageId="ghost3"/>
 
39
        <Ghost rowIndex="14" colIndex="16" x-align="accross" y-align="center" imageId="ghost4"/>
40
40
</Maze>