(cherry picked from commit a16d548464)
This commit is contained in:
Boaz1111 2024-01-23 19:08:32 +01:00 committed by Debug
parent 0d6f291cf9
commit 375aaffbb2
No known key found for this signature in database
GPG Key ID: 271270A74EF9C350
2 changed files with 28 additions and 0 deletions

View File

@ -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

View File

@ -172,6 +172,10 @@
- creamy
- type: Sprite
state: bananapie-slice
- type: Tag
tags:
- Fruit
- Pie
# Tastes like pie, cream, banana.
- type: entity