Toolboxes (#24305)
* Added animations for opening toolboxes * Fix cow toolbox
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
abstract: true
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- map: [ base ]
|
||||
state: icon
|
||||
- type: EmitSoundOnLand
|
||||
sound:
|
||||
path: /Audio/Items/toolbox_drop.ogg
|
||||
@@ -23,6 +26,13 @@
|
||||
tags:
|
||||
- DroneUsable
|
||||
- Toolbox
|
||||
- type: GenericVisualizer
|
||||
visuals:
|
||||
enum.StorageVisuals.Open:
|
||||
base:
|
||||
True: { state: icon-open }
|
||||
False: { state: icon }
|
||||
- type: Appearance
|
||||
|
||||
- type: entity
|
||||
name: emergency toolbox
|
||||
|
||||
Reference in New Issue
Block a user