diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml index 0a534dd8d72..012f46ae10e 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml @@ -38,7 +38,8 @@ color: "#961cc8" - state: detail_bookmark color: "#eee039" - - state: icon_question + - state: icon_kiss + sprite: DeltaV/Objects/Misc/books.rsi - state: detail_bookmark color: "#2c5491" - type: Paper diff --git a/Resources/Textures/DeltaV/Objects/Misc/books.rsi/icon_kiss.png b/Resources/Textures/DeltaV/Objects/Misc/books.rsi/icon_kiss.png new file mode 100644 index 00000000000..801a06c6016 Binary files /dev/null and b/Resources/Textures/DeltaV/Objects/Misc/books.rsi/icon_kiss.png differ diff --git a/Resources/Textures/DeltaV/Objects/Misc/books.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Misc/books.rsi/meta.json new file mode 100644 index 00000000000..e8ed910b187 --- /dev/null +++ b/Resources/Textures/DeltaV/Objects/Misc/books.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "icon_kiss by Kr8", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon_kiss" + } + ] +}