mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
32x64 ears (#4591)
## About The Pull Request I've added `ears32x64.dm` and `ears32x64.dmi`, and also ported the 32x64 ears from SPLURT while I was there. ## Why It's Good For The Game Spriters can now sprite big and tall ears, giving some more room for customisation. ## Proof Of Testing <img width="400" alt="immagine" src="https://github.com/user-attachments/assets/a1323a89-210b-4f4a-8b57-509e0899018f" /> <img width="150" alt="PinClipart com_night-sky-clipart_20766" src="https://github.com/user-attachments/assets/99452373-4da7-4bde-b114-122d653f6ea4" /> </details> ## Changelog 🆑 add: Added a set of tall ears, ported from SPLURT. image: Added compatibility for taller (32x64) ears. /🆑
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
//Stuff ported from SPLURT
|
||||
|
||||
/datum/sprite_accessory/ears/long_rabbit
|
||||
name = "Rabbit (Long)"
|
||||
icon = 'modular_zubbers/icons/customization/ears32x64.dmi'
|
||||
icon_state = "hare"
|
||||
dimension_x = 32
|
||||
dimension_y = 64
|
||||
|
||||
/datum/sprite_accessory/ears/bnnuy
|
||||
name = "Bnnuy (Tall)"
|
||||
icon = 'modular_zubbers/icons/customization/ears32x64.dmi'
|
||||
icon_state = "bnnuy"
|
||||
|
||||
/datum/sprite_accessory/ears/bnnuy_alt
|
||||
name = "Bnnuy (Alt) (Tall)"
|
||||
icon = 'modular_zubbers/icons/customization/ears32x64.dmi'
|
||||
icon_state = "bnnuy2"
|
||||
|
||||
/datum/sprite_accessory/ears/bunny_tall
|
||||
name = "Bunny (Tall)"
|
||||
icon = 'modular_zubbers/icons/customization/ears32x64.dmi'
|
||||
icon_state = "bunnytall"
|
||||
|
||||
/datum/sprite_accessory/ears/sandfox_tall
|
||||
name = "Sandfox (Tall)"
|
||||
icon = 'modular_zubbers/icons/customization/ears32x64.dmi'
|
||||
icon_state = "sandfox"
|
||||
|
||||
/datum/sprite_accessory/ears/shadekin_round
|
||||
name = "Shadekin (Round) (Tall)"
|
||||
icon = 'modular_zubbers/icons/customization/ears32x64.dmi'
|
||||
icon_state = "shadekinround"
|
||||
|
||||
/datum/sprite_accessory/ears/jackalope_tall
|
||||
name = "Jackalope (Tall)"
|
||||
icon = 'modular_zubbers/icons/customization/ears32x64.dmi'
|
||||
icon_state = "jackalope"
|
||||
|
||||
//End of stuff ported from SPLURT
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
@@ -9318,6 +9318,7 @@
|
||||
#include "modular_zubbers\code\modules\customization\sprite_accessories\64_wings.dm"
|
||||
#include "modular_zubbers\code\modules\customization\sprite_accessories\bee_tail64x32.dm"
|
||||
#include "modular_zubbers\code\modules\customization\sprite_accessories\ears.dm"
|
||||
#include "modular_zubbers\code\modules\customization\sprite_accessories\ears32x64.dm"
|
||||
#include "modular_zubbers\code\modules\customization\sprite_accessories\frills.dm"
|
||||
#include "modular_zubbers\code\modules\customization\sprite_accessories\genitals.dm"
|
||||
#include "modular_zubbers\code\modules\customization\sprite_accessories\horns.dm"
|
||||
|
||||
Reference in New Issue
Block a user