]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
New sprites for guidebooks (#25232)
authorPotentiallyTom <67602105+PotentiallyTom@users.noreply.github.com>
Fri, 16 Feb 2024 23:50:49 +0000 (23:50 +0000)
committerGitHub <noreply@github.com>
Fri, 16 Feb 2024 23:50:49 +0000 (16:50 -0700)
* added books to roles

* First pass

* removed yaml to split pull requests into resprite first, then giving the books to assistants

* new science

Resources/Prototypes/Entities/Objects/Misc/books.yml
Resources/Textures/Objects/Misc/books.rsi/book_medical.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/books.rsi/book_science.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/books.rsi/book_security.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/books.rsi/meta.json

index 7a0e76552fc73cb891745f58aa466f16422eab23..44d84118a4b8e9781ffb3fb8bbe610100a8a8d95 100644 (file)
   - type: Sprite
     sprite: Objects/Misc/books.rsi
     layers:
-    - state: book0 # no science book sprite so this is a placeholder
+    - state: book_science
   - type: Tag
     tags:
     - Book
   - type: Sprite
     sprite: Objects/Misc/books.rsi
     layers:
-    - state: book_detective # maybe a proper sprite is needed
+    - state: book_security
   - type: Tag
     tags:
     - Book
   - type: Sprite
     sprite: Objects/Misc/books.rsi
     layers:
-    - state: book0 # no medical book sprite so this is a placeholder
+    - state: book_medical
   - type: Tag
     tags:
     - Book
diff --git a/Resources/Textures/Objects/Misc/books.rsi/book_medical.png b/Resources/Textures/Objects/Misc/books.rsi/book_medical.png
new file mode 100644 (file)
index 0000000..7152cfe
Binary files /dev/null and b/Resources/Textures/Objects/Misc/books.rsi/book_medical.png differ
diff --git a/Resources/Textures/Objects/Misc/books.rsi/book_science.png b/Resources/Textures/Objects/Misc/books.rsi/book_science.png
new file mode 100644 (file)
index 0000000..47047c9
Binary files /dev/null and b/Resources/Textures/Objects/Misc/books.rsi/book_science.png differ
diff --git a/Resources/Textures/Objects/Misc/books.rsi/book_security.png b/Resources/Textures/Objects/Misc/books.rsi/book_security.png
new file mode 100644 (file)
index 0000000..fb1a402
Binary files /dev/null and b/Resources/Textures/Objects/Misc/books.rsi/book_security.png differ
index daa28bac2aac62fb0cdab8cec11810f9349bdfc2..514e40758220606c613e43fbfd97496218e4a520 100644 (file)
     },
     {
       "name": "book_fish"
+    },
+    {
+      "name": "book_science"
+    },
+    {
+      "name": "book_medical"
+    },
+    {
+      "name": "book_security"
     }
   ]
-}
\ No newline at end of file
+}