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