fix(ui): port retail item drag visuals
Keep retail's underlay-free m_pDragIcon separate from the full cell icon and reveal the authored ghost mesh on physical source cells for the complete drag lifecycle. This removes the backpack backing from the cursor and retires AP-47. Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
parent
3e84027885
commit
ace5880fed
14 changed files with 307 additions and 44 deletions
|
|
@ -12,6 +12,10 @@ public class UiItemSlotTests
|
|||
public void DefaultEmptySprite_isToolbarBorder()
|
||||
=> Assert.Equal(0x060074CFu, new UiItemSlot().EmptySprite);
|
||||
|
||||
[Fact]
|
||||
public void DefaultWaitingSprite_isRetailGhostMesh()
|
||||
=> Assert.Equal(0x0600109Au, new UiItemSlot().WaitingSprite);
|
||||
|
||||
[Fact]
|
||||
public void Empty_whenNoItem()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue