Content changes for tile ID refactor.

This commit is contained in:
Pieter-Jan Briers
2019-04-03 21:20:26 +02:00
parent b52b8d495e
commit bd5f920151
8 changed files with 103 additions and 16 deletions

View File

@@ -2,6 +2,13 @@ meta:
format: 2
name: DemoStation
author: Space-Wizards
tilemap:
0: space
1: floor
2: plating
3: underplating
4: floor_white
5: floor_techmaint
grids:
- settings:
chunksize: 16

View File

@@ -1,14 +1,14 @@
- type: tile
name: Floor
name: floor
display_name: Floor
texture: "floor_steel"
id: 1
- type: tile
name: White Floor
name: floor_white
display_name: White Floor
texture: "floor_white"
id: 4
- type: tile
name: Techmaint Floor
name: floor_techmaint
display_name: Techmaint Floor
texture: "floor_techmaint"
id: 5

View File

@@ -1,9 +1,9 @@
- type: tile
name: Plating
name: plating
display_name: Plating
texture: plating
id: 2
- type: tile
name: Underplating
name: underplating
display_name: Underplating
texture: underplating
id: 3

View File

@@ -1,4 +1,4 @@
- type: tile
name: Space
name: space
display_name: Space
texture: ""
id: 0