Skip to content

Adding custom arts

Nate River edited this page Sep 24, 2021 · 4 revisions

How can I add new weapons, armors and other sprites?

  • At first, yes, this is legal, you can extend Hero Editor as you need.
  • Create a new sprite, you can use any of existing sprites as an example. Save your sprite in correct location (near to similar sprites).
  • Set the same sprite settings (with correct layout for multimple sprites). Use our script Window/Hero Editor/Copy Sprite Layout to copy sprite settings from existing sprites.
  • The next step is addinng your sprite to SpriteCollection. Simply select it and press Refresh, then make sure that your sprite is included.
  • You can create an icon manually if needed. Save it to Icons folder (near to other icons), then select IconCollection and press Refresh.
  • Run and test!

Video:

Clone this wiki locally