TheXTech / TheXTech

The full port of the SMBX engine from VB6 into C++ and SDL2, FreeImage and MixerX
https://wohlsoft.ru/projects/TheXTech/
GNU General Public License v3.0
268 stars 28 forks source link

Border won't work if replaced backdrop.png #769

Open LoveBodhi opened 1 month ago

LoveBodhi commented 1 month ago

Scr_2024-06-24_11-31-00_(1) Backdrop

This means it requires copying the respective border files from the "graphics\ui" folder!

ds-sloth commented 1 month ago

This is the current intended behavior, so that if Backdrop.png gets replaced, it won't be drawn with an incompatible border. The same thing happens if WorldMapFrame_Tile.png gets replaced.

@Wohlstand, do you think we should change this? I don't have a strong opinion here, and maybe it's more intuitive if each image can be replaced individually.

Wohlstand commented 1 month ago

I guess, the problem that this behaviour wasn't documented, and therefore treated as an invalid. :thinking: