Mop sprites and wet floor sign.
@@ -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
|
||||
|
||||
|
||||
BIN
Resources/Textures/Objects/Janitorial/mop.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 439 B |
BIN
Resources/Textures/Objects/Janitorial/mop.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 450 B |
1
Resources/Textures/Objects/Janitorial/mop.rsi/meta.json
Normal 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]]}]}
|
||||
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 203 B |
|
After Width: | Height: | Size: 234 B |
|
After Width: | Height: | Size: 347 B |
|
After Width: | Height: | Size: 366 B |
@@ -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]]}]}
|
||||