wmllint: added conversion rule for maps/background.png to WebP

This commit is contained in:
Elvish_Hunter 2022-03-15 22:47:17 +01:00
parent 9e98be3676
commit e1553e8c52

View file

@ -1000,6 +1000,10 @@ linechanges = (
("themes/unit_box/misc/time-schedules/default/schedule-underground-illum.png", "misc/time-schedules/schedule-underground-illum.png"),
("themes/unit_box/misc/time-schedules/default/tod-schedule-24hrs.png", "misc/time-schedules/tod-schedule-24hrs.png"),
# Changed in 1.17.2
# added support for WebP images and converted an image to this format
("maps/background.jpg", "maps/background.webp"),
)
# helper function to reduce code duplication and allow easy checking