fix clear frames missing a frame mask (#71)
Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
@@ -487,8 +487,8 @@ init script:
|
|||||||
frame_mask_script := {
|
frame_mask_script := {
|
||||||
if is_map()
|
if is_map()
|
||||||
then "frame_masks/map_mask.png"
|
then "frame_masks/map_mask.png"
|
||||||
else if is_clear()
|
else if is_clear() or is_devoid()
|
||||||
then ""
|
then "frame_masks/clear_frame_mask.png"
|
||||||
else if is_thbland()
|
else if is_thbland()
|
||||||
then "frame_masks/energy.png"
|
then "frame_masks/energy.png"
|
||||||
else if uses_expanded_art() and is_dka()
|
else if uses_expanded_art() and is_dka()
|
||||||
|
|||||||
Reference in New Issue
Block a user