Skip to content

Commit

Permalink
change max sprite for item
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Oct 9, 2024
1 parent 094064e commit 72c4c16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class InputSpriteComponent {
public iconPicker = viewChild<ElementRef<HTMLDialogElement>>('iconPicker');

public readonly maxSpriteCount = {
items: 1059,
items: 1074,
creatures: 1875,
};

Expand Down

0 comments on commit 72c4c16

Please sign in to comment.