Content changes for tile ID refactor.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- type: tile
|
||||
name: Space
|
||||
name: space
|
||||
display_name: Space
|
||||
texture: ""
|
||||
id: 0
|
||||
|
||||
Reference in New Issue
Block a user