Tilesets

From Halfway
Revision as of 10:43, 22 September 2014 by Seminus (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

Tilesets are sheets that contain the basic levelblocks you need for making a level in Halfway. The you look like this:

StandardTiles001.png

They have to be placed in the ./assets/gfx/tiles folder and you need to add them to the tileset.txt file. (See below for rules)

Tips:

  • Arrange the tiles clever. It will save you tons of time in the editor later on as you can copy bigger sets as brush in one run.
  • Don't make them bigger then 32*32
  • For other things the floors, wall and borders use objects instead of tiles.


How to make a tileset

tilesets.txt

Known issues