Dunefolk: fix images for u.w.o

This commit is contained in:
Severin Glöckner 2020-02-25 04:07:00 +01:00
parent d8e79a8e89
commit 002a2156ac
2 changed files with 4 additions and 2 deletions

View file

@ -10,7 +10,8 @@ units/dunefolk/rider/#enddef
id=Dune Marauder
name= _ "Dune Marauder"
race=dunefolk
image="{TORCH_STATIC_IMAGE}"
# The ~O(0) trick is used here to allow the main image to get used in contexts where IPFs are not supported
image="{PATH_TEMP}marauder.png~O(0)~BLIT({TORCH_STATIC_IMAGE},0,0)"
hitpoints=58
movement_type=dunehorse
movement=9

View file

@ -11,7 +11,8 @@ units/dunefolk/rider/#enddef
id=Dune Raider
name= _ "Dune Raider"
race=dunefolk
image="{TORCH_STATIC_IMAGE}"
# The ~O(0) trick is used here to allow the main image to get used in contexts where IPFs are not supported
image="{PATH_TEMP}raider.png~O(0)~BLIT({TORCH_STATIC_IMAGE},0,0)"
hitpoints=45
movement_type=dunehorse
movement=9