-
I tried, but it didn't work, I want to hook inhand sprites for floodlight_broken and floodlight_burned. Resources/Prototypes/Entities/Objects/Misc/fluff_lights.yml |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Currently burnt sprite is not used anywhere If you want to use inhand sprites for it, just use something like this: - type: Item
sprite: Objects/Misc/Lights/lights.rsi # Here we locating the folder with inhand sprites If you need to use custom prefix (for example: we have - type: Item
sprite: Objects/Misc/Lights/lights.rsi # Here we locating the folder with inhand sprites
heldPrefix: floodlight-broken # Here we specifying the prefix of the name of our inhand sprites png files Hope it will help you a little! |
Beta Was this translation helpful? Give feedback.
Currently burnt sprite is not used anywhere
We have FloodlightBroken that located in the same file, just a little bit below
Resources/Prototypes/Entities/Objects/Misc/fluff_lights.yml#L243
If you want to use inhand sprites for it, just use something like this:
If you need to use custom prefix (for example: we have
floodlight-broken-inhand-left.png
andfloodlight-broken-inhand-right.png
) , you can do something like this: