Content changes for entity categories PR (#27232)
* Content changes for entity categories PR * Poke tests * Why are tests suddenly working?
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
- type: entity
|
||||
id: AlertSpriteView
|
||||
categories: [ hideSpawnMenu ]
|
||||
categories: [ HideSpawnMenu ]
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
- type: entity
|
||||
id: AlertEssenceSpriteView
|
||||
categories: [ hideSpawnMenu ]
|
||||
categories: [ HideSpawnMenu ]
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: /Textures/Interface/Alerts/essence_counter.rsi
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
name: base flatpack
|
||||
description: A flatpack used for constructing something.
|
||||
categories:
|
||||
- hideSpawnMenu
|
||||
- HideSpawnMenu
|
||||
components:
|
||||
- type: Item
|
||||
size: Large
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
- type: entity
|
||||
id: FlatpackerNoBoardEffect
|
||||
categories:
|
||||
- hideSpawnMenu
|
||||
- HideSpawnMenu
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Machines/autolathe.rsi
|
||||
|
||||
4
Resources/Prototypes/Entities/categories.yml
Normal file
4
Resources/Prototypes/Entities/categories.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
- type: entityCategory
|
||||
id: Actions
|
||||
name: entity-category-name-actions
|
||||
hideSpawnMenu: true
|
||||
Reference in New Issue
Block a user