Skip to content

Commit

Permalink
add new custom chars
Browse files Browse the repository at this point in the history
  • Loading branch information
Snabeldier committed Jan 24, 2025
1 parent 4be4102 commit f584d48
Showing 1 changed file with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ public enum CustomCharacter {
CROSS('\uea03'),
CHECKMARK('\uea04'),
LOG('\uea05'),
BUG('\uea06'),
EYE('\uea07'),
WRENCH('\uea08'),
CIRCLE('\uea09'),
HOUSE('\uea10'),
EURO_NOTES('\uea11'),
DRIFTING_CAR('\uea12'),
INPUT('\uea06'),
BUG('\uea07'),
EYE('\uea08'),
WRENCH('\uea09'),
CIRCLE('\uea10'),
HOUSE('\uea11'),
EURO_NOTES('\uea12'),
DRIFTING_CAR('\uea13'),
NPC('\uea14'),

BELL('\ueb00'),
PHONE('\ueb01'),
Expand Down

0 comments on commit f584d48

Please sign in to comment.