Files
crystall-punk-14/Resources/Textures/Objects/lantern.rsi/meta.json
PrPleGoo 35f3cbe3f9 Engineer's helmet (#188)
* refacting some sprite things

* fix sprites

* Netcode for sending a new icon state to the ClientComponent

* Fixed broken torches.

* Fix dirty calls.

* ClothingComponentState now also includes EquippedPrefix

* Inherritance ClothingComponent : ItemComponent

* Added parameter to ItemComponentState constructor.

* Update RobustToolbox

* Revert "Update RobustToolbox"

This reverts commit 82c7e98ff3853b64698d5e80a45cd7a3758618e0.

Undo weird commit to toolbox?
2019-04-08 12:18:27 +02:00

32 lines
579 B
JSON

{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "lantern_off",
"select": [],
"flags": {},
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "HandheldLightOnOverlay",
"select": [],
"flags": {},
"directions": 1,
"delays": [
[
1.0
]
]
}
]
}