Skip to content

Commit

Permalink
Added an example hexagonal map
Browse files Browse the repository at this point in the history
Based on public domain tiles by pixel32, found at:

http://opengameart.org/content/pixel-hex-tilesets-enhanced
  • Loading branch information
bjorn committed Nov 30, 2014
1 parent 1614568 commit 5731357
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ isometric_grass_and_water.png - (C) Clint Bellanger, released as GPL2, GPL3, CC-
tmw_desert_spacing.png - (C) The Mana World Development Team, GPL
sewer_tileset.png - (C) Blues Brothers RPG developers, GPL
Replica Island - (C) Chris Pruett and Genki Mine, Apache (except hotspots.png)
hexmini.png - Public Domain, http://opengameart.org/content/pixel-hex-tilesets-enhanced
12 changes: 12 additions & 0 deletions examples/hexagonal-mini.tmx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="hexagonal" renderorder="right-down" width="20" height="20" tilewidth="14" tileheight="12" hexsidelength="6" staggeraxis="y" staggerindex="odd" nextobjectid="2">
<tileset firstgid="1" name="hex mini" tilewidth="18" tileheight="18">
<tileoffset x="0" y="1"/>
<image source="hexmini.png" width="106" height="72"/>
</tileset>
<layer name="Ground" width="20" height="20">
<data encoding="base64" compression="zlib">
eJyl1FEKhDAMBNBSt6jVaL3/Za2QwDAkVdiPQda2zyTonimlU1N6Ws+lkZ6l56AUXcPY2qlniv5uL5Z5BdyDvFXXMoX3Rp44axl6nqFejj3LLK6xgmf3Zg06Qs+O+qiaDOZOVgXPs7jfCme8Hkce1+fNlGdlM3myDTzc580fz1htW2Baj15/R/J72wLvcVZN5HnzGnmVPJ5hNH+0dt33j4ex91TARUs+WjNZz/fewKvJfy+/1naR+dX7OfdEnUYefyOeZZ7Vht/b5HjefxJbO1iTE7YWuEpg5hfPzi8D782x3Mg7DV4=
</data>
</layer>
</map>
Binary file added examples/hexmini.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5731357

Please sign in to comment.