diff --git a/Resources/Prototypes/Entities/Objects/Tools/grid_config.yml b/Resources/Prototypes/Entities/Objects/Tools/grid_config.yml index 3a8df30d515..e0dbdbf91c5 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/grid_config.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/grid_config.yml @@ -8,7 +8,7 @@ sound: path: /Audio/Items/multitool_drop.ogg - type: Sprite - sprite: Objects/Tools/access_configurator.rsi + sprite: _Persistence14/Objects/Tools/grid-configurator.rsi state: icon - type: Item size: Small diff --git a/Resources/Textures/_Persistence14/Objects/Tools/grid-configurator.rsi/icon.png b/Resources/Textures/_Persistence14/Objects/Tools/grid-configurator.rsi/icon.png new file mode 100644 index 00000000000..9617888ce90 Binary files /dev/null and b/Resources/Textures/_Persistence14/Objects/Tools/grid-configurator.rsi/icon.png differ diff --git a/Resources/Textures/_Persistence14/Objects/Tools/grid-configurator.rsi/meta.json b/Resources/Textures/_Persistence14/Objects/Tools/grid-configurator.rsi/meta.json new file mode 100644 index 00000000000..7e4a0ef6b97 --- /dev/null +++ b/Resources/Textures/_Persistence14/Objects/Tools/grid-configurator.rsi/meta.json @@ -0,0 +1,46 @@ +{ + "version": 2, + "license": "CC-BY-SA-3.0", + "copyright": "Sprite made for PSS24 (https://github.com/michaelchessall/SS24-Persistence) by JoulesMango (Github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + } + ] +}