Rainbow crayon + color-selectable crayons (#7786)

This commit is contained in:
Flipp Syder
2022-04-28 05:23:45 -07:00
committed by GitHub
parent 4c9e45a480
commit 2325a7df94
9 changed files with 105 additions and 3 deletions

View File

@@ -28,6 +28,7 @@
contents:
- id: BoxHug
- id: RubberStampClown
- id: CrayonRainbow
- type: entity
noSpawn: true

View File

@@ -65,6 +65,29 @@
- Recyclable
- Trash
- type: entity
parent: Crayon
id: CrayonRainbow
name: rainbow crayon
components:
- type: Sprite
sprite: Objects/Fun/crayons.rsi
state: rainbow
- type: Item
sprite: Objects/Fun/crayons.rsi
size: 1
HeldPrefix: rainbow
- type: Crayon
color: Red
selectableColor: true
capacity: 30
- type: Tag
tags:
- Write
- Crayon
- Recyclable
- Trash
- type: entity
parent: Crayon
id: CrayonBlack