vcmi-mods / new-interface-mod

0 stars 1 forks source link

fix resource panels #21

Closed swats-the-floran closed 7 months ago

swats-the-floran commented 10 months ago

image

swats-the-floran commented 9 months ago

code creates two ribbons from diboxbck.bmp and puts here. i cannot make it transparent of course. checked code but didn't find where these rectangles are being created.

swats-the-floran commented 9 months ago

json describing these two rectangles. changing it doesn't do anything.
https://github.com/vcmi/vcmi/blob/8d86216332da1bb6d6d3f24fd0bf247c03c325ca/config/widgets/adventureMap.json#L445

code describing them. probably compiles rectangles size and names during compilation. https://github.com/vcmi/vcmi/blob/8d86216332da1bb6d6d3f24fd0bf247c03c325ca/client/adventureMap/AdventureMapWidget.cpp#L316

swats-the-floran commented 7 months ago

result:

image