Skip to content

Commit

Permalink
use icons in stores
Browse files Browse the repository at this point in the history
  • Loading branch information
pionere committed Aug 6, 2024
1 parent cb2f5af commit db17706
Show file tree
Hide file tree
Showing 4 changed files with 370 additions and 67 deletions.
4 changes: 4 additions & 0 deletions Source/controls/plrctrls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,10 @@ static void StoreMove(AxisDirection moveDir)
STextUp();
else if (moveDir.y == AxisDirectionY_DOWN)
STextDown();
else if (moveDir.x == AxisDirectionX_LEFT)
STextLeft();
else if (moveDir.x == AxisDirectionX_RIGHT)
STextRight();
}

typedef void (*HandleLeftStickOrDPadFn)(dvl::AxisDirection);
Expand Down
Loading

0 comments on commit db17706

Please sign in to comment.