parent
0d6f291cf9
commit
375aaffbb2
|
|
@ -61,6 +61,9 @@
|
|||
color: blue
|
||||
- type: SliceableFood
|
||||
slice: FoodCakeBlueberrySlice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
|
||||
- type: entity
|
||||
name: blueberry slice
|
||||
|
|
@ -73,6 +76,9 @@
|
|||
- state: plain-slice
|
||||
- state: alpha-slice-filling
|
||||
color: blue
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
|
||||
# Cake
|
||||
|
||||
|
|
@ -195,6 +201,9 @@
|
|||
state: orange
|
||||
- type: SliceableFood
|
||||
slice: FoodCakeOrangeSlice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
|
||||
- type: entity
|
||||
name: slice of orange cake
|
||||
|
|
@ -203,6 +212,9 @@
|
|||
components:
|
||||
- type: Sprite
|
||||
state: orange-slice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
# Tastes like sweetness, cake, oranges.
|
||||
|
||||
- type: entity
|
||||
|
|
@ -215,6 +227,9 @@
|
|||
state: lime
|
||||
- type: SliceableFood
|
||||
slice: FoodCakeLimeSlice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
|
||||
- type: entity
|
||||
name: slice of lime cake
|
||||
|
|
@ -223,6 +238,9 @@
|
|||
components:
|
||||
- type: Sprite
|
||||
state: lime-slice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
# Tastes like sweetness, cake, limes.
|
||||
|
||||
- type: entity
|
||||
|
|
@ -235,6 +253,9 @@
|
|||
state: lemon
|
||||
- type: SliceableFood
|
||||
slice: FoodCakeLemonSlice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
|
||||
- type: entity
|
||||
name: slice of lemon cake
|
||||
|
|
@ -243,6 +264,9 @@
|
|||
components:
|
||||
- type: Sprite
|
||||
state: lemon-slice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
# Tastes like sweetness, cake, lemons.
|
||||
|
||||
- type: entity
|
||||
|
|
|
|||
|
|
@ -172,6 +172,10 @@
|
|||
- creamy
|
||||
- type: Sprite
|
||||
state: bananapie-slice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Fruit
|
||||
- Pie
|
||||
# Tastes like pie, cream, banana.
|
||||
|
||||
- type: entity
|
||||
|
|
|
|||
Loading…
Reference in New Issue