Directional sprites for library computer (#24794)

* Directional sprites for library computer

* Removes legacy sprite, fix direction screen
This commit is contained in:
dj-34
2024-03-26 14:49:43 +05:00
committed by GitHub
parent 7eacbf6ad7
commit 34e56dd444
3 changed files with 5 additions and 5 deletions
+5 -5
View File
@@ -18,12 +18,12 @@
*/
/obj/machinery/computer/library
name = "Library Computer"
anchored = TRUE
density = TRUE
icon = 'icons/obj/computer.dmi'
icon_state = "oldcomp"
icon_screen = "library"
icon_keyboard = null
icon_screen = "computer_on"
icon = 'icons/obj/library.dmi'
icon_state = "computer"
density = TRUE
anchored = TRUE
//We define a required access only to lock library specific actions like ordering/managing books to librarian access+
req_one_access = list(ACCESS_LIBRARY)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 27 KiB