Difference between revisions of "Tilesets"

From Halfway
Jump to: navigation, search
(Created page with "==Overview== Tilesets are sheets that contain the basic levelblocks you need for making a level in Halfway. The you look like this: file:StandardTiles001.png They have...")
(No difference)

Revision as of 10:43, 22 September 2014

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