Dunefolk: fix images for u.w.o
This commit is contained in:
parent
d8e79a8e89
commit
002a2156ac
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue