mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Players can now reorder items inside storages by dragging them (#85318)
## About The Pull Request https://github.com/user-attachments/assets/8949965f-a78a-4f3d-b528-afcdfe5c4e72 Drag'n'dropping items inside of an open storage that you can access will reorder them. I had to register dropping onto items themselves instead of cells as they ignore icon transparency when in storage for QOL reasons, so bear with that. ## Why It's Good For The Game Reordering your storage currently requires taking out all items in front of position that you want a certain item to be and putting them back in which could be rather annoying with large storages. ## Changelog 🆑 qol: You can now reorder items inside storages by dragging them /🆑
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/datum/storage_interface
|
||||
/// UI elements for this theme
|
||||
var/atom/movable/screen/close/closer
|
||||
var/atom/movable/screen/storage/cells
|
||||
var/atom/movable/screen/storage/cell/cells
|
||||
var/atom/movable/screen/storage/corner/corner_top_left
|
||||
var/atom/movable/screen/storage/corner/top_right/corner_top_right
|
||||
var/atom/movable/screen/storage/corner/bottom_left/corner_bottom_left
|
||||
|
||||
Reference in New Issue
Block a user