ephphatha
|
2ce420425e
|
Remake talkbutton.clx as a sheet of two sprites
|
3 years ago |
Gleb Mazovetskiy
|
6d1064b57a
|
Re-encode all the bundled CLX assets
Following the CLX encoding fix in https://github.com/diasurgical/devilutionx-graphics-tools/pull/3
|
3 years ago |
Gleb Mazovetskiy
|
5505e830fb
|
Render XP bar as CLX
Missed in #5183.
Also, the previous conversion command was incorrect (missing
--transparent-color 1), re-converted with:
```
pcx2clx --transparent-color 1 data/xpbar.pcx
```
|
4 years ago |
Gleb Mazovetskiy
|
609b711d32
|
Render char panel as CLX
Converted with:
```
pcx2clx --num-sprites 6 data/panel8bucp.pcx && rm data/panel8bucp.pcx
```
Size: 112640 -> 93215 bytes, -17.2%
|
4 years ago |
Gleb Mazovetskiy
|
17a97450bc
|
Convert assets to CLX
Converted using the following commands:
```
cd Packaging/resources/assets
pcx2clx --transparent-color 1 --num-sprites 256 fonts/*.pcx && rm fonts/*.pcx
pcx2clx --num-sprites 2 ui_art/dvl_but_sml.pcx && rm ui_art/dvl_but_sml.pcx
pcx2clx --transparent-color 1 data/hintbox.pcx data/hintboxbackground.pcx && rm data/hintbox.pcx data/hintboxbackground.pcx
pcx2clx --transparent-color 1 --num-sprites 6 data/hinticons.pcx && rm data/hinticons.pcx
pcx2clx --num-sprites 2 data/panel8buc.pcx data/dirtybuc.pcx data/dirtybucp.pcx && rm data/panel8buc.pcx data/dirtybuc.pcx data/dirtybucp.pcx
pcx2clx --transparent-color 1 data/healthbox.pcx && rm data/healthbox.pcx
pcx2clx --transparent-color 1 --num-sprites 6 data/resistance.pcx && rm data/resistance.pcx
pcx2clx --transparent-color 1 --num-sprites 5 data/monstertags.pcx && rm data/monstertags.pcx
pcx2clx --transparent-color 1 data/stash.pcx && rm data/stash.pcx
pcx2clx --transparent-color 1 --num-sprites 5 data/stashnavbtns.pcx && rm data/stashnavbtns.pcx
pcx2clx **/*.pcx && rm **/*.pcx
git checkout master -- ui_art/black_diablo.pcx ui_art/black_hellfire.pcx data/charbg.pcx data/talkbutton.pcx data/panel8bucp.pcx
rm ui_art/black_diablo.clx ui_art/black_hellfire.clx data/charbg.clx data/talkbutton.clx data/panel8bucp.clx
```
|
4 years ago |
Anders Jenbo
|
a48f89007d
|
Implement stash
|
4 years ago |
Felipe Wannmacher
|
6a6fd404dc
|
improved hints and added icons
|
4 years ago |
NiteKat
|
3f85fdae37
|
Add mWhoHit Indicators
Adds mWhoHit indicator graphics to the monster health bar.
|
4 years ago |
Anders Jenbo
|
6321ddb721
|
Generate devilutionx.mpq
|
5 years ago |