Utensils.

This commit is contained in:
Pieter-Jan Briers
2020-04-23 01:40:18 +02:00
parent 20481a0bb1
commit 74a4cc63cc
8 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,68 @@
- type: entity
parent: BaseItem
id: UtensilBase
abstract: true
components:
- type: Sprite
sprite: Objects/utensils.rsi
- type: Icon
sprite: Objects/utensils.rsi
- type: entity
parent: UtensilBase
id: Fork
name: fork
components:
- type: Sprite
state: fork
- type: Icon
state: fork
- type: entity
parent: UtensilBase
id: ForkPlastic
name: plastic fork
components:
- type: Sprite
state: plastic_fork
- type: Icon
state: plastic_fork
- type: entity
parent: UtensilBase
id: Spoon
name: spoon
desc: There is no spoon.
components:
- type: Sprite
state: spoon
- type: Icon
state: spoon
- type: entity
parent: UtensilBase
id: SpoonPlastic
name: plastic spoon
desc: There is no spoon.
components:
- type: Sprite
state: plastic_spoon
- type: Icon
state: plastic_spoon
- type: entity
parent: UtensilBase
id: KnifePlastic
name: plastic knife
components:
- type: Sprite
state: plastic_knife
- type: Icon
state: plastic_knife

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

View File

@@ -0,0 +1 @@
{"version":1,"size":{"x":32,"y":32},"states":[{"name":"spoon","directions":1,"delays":[[1.0]]},{"name":"fork","directions":1,"delays":[[1.0]]},{"name":"loadedfood","directions":1,"delays":[[1.0]]},{"name":"plastic_spoon","directions":1,"delays":[[1.0]]},{"name":"plastic_fork","directions":1,"delays":[[1.0]]},{"name":"plastic_knife","directions":1,"delays":[[1.0]]}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B