This commit is contained in:
Boaz1111
2024-01-23 19:08:32 +01:00
committed by GitHub
parent a7ab4dedcf
commit a16d548464
2 changed files with 28 additions and 0 deletions

View File

@@ -61,6 +61,9 @@
color: blue color: blue
- type: SliceableFood - type: SliceableFood
slice: FoodCakeBlueberrySlice slice: FoodCakeBlueberrySlice
- type: Tag
tags:
- Fruit
- type: entity - type: entity
name: blueberry slice name: blueberry slice
@@ -73,6 +76,9 @@
- state: plain-slice - state: plain-slice
- state: alpha-slice-filling - state: alpha-slice-filling
color: blue color: blue
- type: Tag
tags:
- Fruit
# Cake # Cake
@@ -195,6 +201,9 @@
state: orange state: orange
- type: SliceableFood - type: SliceableFood
slice: FoodCakeOrangeSlice slice: FoodCakeOrangeSlice
- type: Tag
tags:
- Fruit
- type: entity - type: entity
name: slice of orange cake name: slice of orange cake
@@ -203,6 +212,9 @@
components: components:
- type: Sprite - type: Sprite
state: orange-slice state: orange-slice
- type: Tag
tags:
- Fruit
# Tastes like sweetness, cake, oranges. # Tastes like sweetness, cake, oranges.
- type: entity - type: entity
@@ -215,6 +227,9 @@
state: lime state: lime
- type: SliceableFood - type: SliceableFood
slice: FoodCakeLimeSlice slice: FoodCakeLimeSlice
- type: Tag
tags:
- Fruit
- type: entity - type: entity
name: slice of lime cake name: slice of lime cake
@@ -223,6 +238,9 @@
components: components:
- type: Sprite - type: Sprite
state: lime-slice state: lime-slice
- type: Tag
tags:
- Fruit
# Tastes like sweetness, cake, limes. # Tastes like sweetness, cake, limes.
- type: entity - type: entity
@@ -235,6 +253,9 @@
state: lemon state: lemon
- type: SliceableFood - type: SliceableFood
slice: FoodCakeLemonSlice slice: FoodCakeLemonSlice
- type: Tag
tags:
- Fruit
- type: entity - type: entity
name: slice of lemon cake name: slice of lemon cake
@@ -243,6 +264,9 @@
components: components:
- type: Sprite - type: Sprite
state: lemon-slice state: lemon-slice
- type: Tag
tags:
- Fruit
# Tastes like sweetness, cake, lemons. # Tastes like sweetness, cake, lemons.
- type: entity - type: entity

View File

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