Fix water tank texture casing.
Also adds suffixes to make mapping easier.
This commit is contained in:
@@ -2,13 +2,14 @@
|
|||||||
parent: ReagentItem
|
parent: ReagentItem
|
||||||
id: WaterTank
|
id: WaterTank
|
||||||
name: Water Tank
|
name: Water Tank
|
||||||
|
suffix: Empty
|
||||||
description: "A water tank. It is used to store high amounts of water."
|
description: "A water tank. It is used to store high amounts of water."
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
texture: Buildings/WaterTank.png
|
texture: Buildings/watertank.png
|
||||||
|
|
||||||
- type: Icon
|
- type: Icon
|
||||||
texture: Buildings/WaterTank.png
|
texture: Buildings/watertank.png
|
||||||
|
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
@@ -37,6 +38,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: WaterTank
|
parent: WaterTank
|
||||||
id: WaterTankFull
|
id: WaterTankFull
|
||||||
|
suffix: Full
|
||||||
components:
|
components:
|
||||||
- type: Solution
|
- type: Solution
|
||||||
contents:
|
contents:
|
||||||
|
|||||||
Reference in New Issue
Block a user