fix clear frames missing a frame mask (#71)

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
cajun
2024-09-22 04:26:20 -05:00
committed by GitHub
parent 367730d0a6
commit b1afc302de
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@@ -487,8 +487,8 @@ init script:
frame_mask_script := {
if is_map()
then "frame_masks/map_mask.png"
else if is_clear()
then ""
else if is_clear() or is_devoid()
then "frame_masks/clear_frame_mask.png"
else if is_thbland()
then "frame_masks/energy.png"
else if uses_expanded_art() and is_dka()