Mop sprites and wet floor sign.

This commit is contained in:
Pieter-Jan Briers
2020-04-24 23:43:52 +02:00
parent bd88fdc5b6
commit 9753c80958
9 changed files with 32 additions and 5 deletions

View File

@@ -1,15 +1,21 @@
- type: entity
parent: BaseItem
name: "Extra-Grip™ Mop"
name: mop
id: MopItem
description: A mop that can't be stopped, viscera cleanup detail awaits.
components:
- type: Sprite
texture: Objects/Janitorial/mop.png
sprite: Objects/Janitorial/mop.rsi
state: mop
- type: Icon
texture: Objects/Janitorial/mop.png
sprite: Objects/Janitorial/mop.rsi
state: mop
- type: Item
Size: 10
sprite: Objects/Janitorial/mop.rsi
- type: Mop
- type: Solution
maxVol: 10
@@ -49,9 +55,9 @@
- type: entity
parent: BaseItem
name: Bucket
name: bucket
id: Bucket
description: "It's a bucket."
description: "Dear God."
components:
- type: Clickable
- type: Sprite
@@ -75,3 +81,22 @@
mass: 5
Anchored: false
- type: Sound
- type: entity
name: wet floor sign
id: WetFloorSign
parent: BaseItem
description: Caution! Wet Floor!
components:
- type: Sprite
sprite: Objects/Janitorial/wet_floor_sign.rsi
state: caution
- type: Icon
sprite: Objects/Janitorial/wet_floor_sign.rsi
state: caution
- type: Item
sprite: Objects/Janitorial/wet_floor_sign.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 B

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "mop", "directions": 1, "delays": [[1.0]]}]}

View File

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "caution", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}