UI: Moved specific b42 health panel files to 42 folder, restored old files for b41

This commit is contained in:
ZioPao
2025-04-02 01:59:58 +02:00
parent 5acab111f2
commit d52f3f6bf2
26 changed files with 4 additions and 2 deletions

View File

@@ -17,8 +17,10 @@ if luautils.stringStarts(StaticData.GAME_VERSION, "41") then
xMod = 0
yMod = 0
else
xMod = 5 -- 5
yMod = 13 -- Actually in game the shift compared to the png is of 4 px...
-- For some reason (I didn't investigate), when applying stuff to the health panel
-- there is an un-accounted shift in B42.
xMod = 5
yMod = 13
end