New sprites for guidebooks (#25232)

* added books to roles

* First pass

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

* new science

(cherry picked from commit 561e8088426f163f1a38dcabf495c56e5e8fc8ce)
This commit is contained in:
PotentiallyTom
2024-02-16 23:50:49 +00:00
committed by Debug
parent 0d89493093
commit f4e2bef3d2
5 changed files with 13 additions and 4 deletions

View File

@@ -143,7 +143,7 @@
- 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
@@ -161,7 +161,7 @@
- type: Sprite
sprite: Objects/Misc/books.rsi
layers:
- state: book_detective # maybe a proper sprite is needed
- state: book_security
- type: Tag
tags:
- Book
@@ -220,7 +220,7 @@
- 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

View File

@@ -101,6 +101,15 @@
},
{
"name": "book_fish"
},
{
"name": "book_science"
},
{
"name": "book_medical"
},
{
"name": "book_security"
}
]
}
}