Skip to content

Commit

Permalink
Adding assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgrue committed Oct 1, 2010
1 parent b802a40 commit 57b6830
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions data/maps/mariobros.tmx
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" width="16" height="16" tilewidth="16" tileheight="16">
<tileset firstgid="1" name="Mario" tilewidth="16" tileheight="16">
<image source="../tilesets/mario.png" trans="ff43f7"/>
</tileset>
<layer name="Obstructions" width="16" height="16" opacity="0">
<data encoding="csv">
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
2,2,1,1,1,1,1,1,1,1,1,1,1,1,2,2,
2,2,1,1,1,1,1,1,1,1,1,1,1,1,2,2,
2,2,2,2,2,2,1,1,1,1,2,2,2,2,2,2,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,1,1,1,2,2,2,2,2,2,2,2,1,1,1,1,
2,2,1,1,1,1,1,1,1,1,1,1,1,1,2,2,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
2,2,2,2,2,2,1,1,1,1,2,2,2,2,2,2,
2,2,1,1,1,1,1,1,1,1,1,1,1,1,2,2,
2,2,1,1,1,1,1,1,1,1,1,1,1,1,2,2,
2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2
</data>
</layer>
<layer name="PlayingField" width="16" height="16">
<data encoding="csv">
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
18,19,1,1,1,1,1,1,1,1,1,1,1,1,17,18,
34,35,1,1,1,1,1,1,1,1,1,1,1,1,33,34,
2,2,2,2,2,2,1,1,1,1,2,2,2,2,2,2,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,1,1,1,2,2,2,2,2,2,2,2,1,1,1,1,
2,2,1,1,1,1,1,1,1,1,1,1,1,1,2,2,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
2,2,2,2,2,2,1,1,1,1,2,2,2,2,2,2,
18,19,1,1,1,1,1,1,1,1,1,1,1,1,17,18,
34,35,1,1,1,1,1,1,1,1,1,1,1,1,33,34,
4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,
4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4
</data>
</layer>
</map>
Binary file added data/sprites/players.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/tilesets/mario.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/tilesets/mario.psd
Binary file not shown.

0 comments on commit 57b6830

Please sign in to comment.