Item cursor is too big on some screen setups
Kvel2D opened this issue · 2 comments
Kvel2D commented
Note that first screenshot was taken before this commit d95df33
So size is even larger.
Icon is two times bigger than intended size.
See this function: MoveItem._get_item_cursor_icon()
Kvel2D commented
Dividing by value returned from DisplayServer.screen_get_scale()
appears to not help.
Praytic commented
I'm experiencing slightly different behavior with the dragged item now:
- Click on an item in stash
- It shows this big icon of the item
- When I start dragging icon disappears (it may disappear a second after I start dragging)
- Item is still dragged so I can click on a tower and item will be transfer from stash to that tower (so only visual part is not working correctly)