-
Notifications
You must be signed in to change notification settings - Fork 7
Define your image
toxicity188 edited this page May 11, 2024
·
2 revisions
In BetterHealthBar/image folder, you can find default image configuration.
In BetterHealthBar/assets folder, you can find default health bar image.
Image can be defined as 3 type.
- single
- listener
- sequence
empty:
file: empty.png
type: single
Single image represents just 1 image like background or icon.
first:
type: listener
file: first.png
split-type: left #left, right, up, down
split: 25 #Fragment amount
Listener image represents a split image by some direction like health bar.
test_gif:
type: sequence
files:
- test/test_00000.png
- test/test_00001.png
- test/test_00002.png
- test/test_00003.png
- test/test_00004.png
- test/test_00005.png
- test/test_00006.png
- test/test_00007.png
- test/test_00008.png
- test/test_00009.png
- test/test_00010.png
Sequence image represents animated image.