Added Aetherdrift First-Place showcase (#112)

* Add DFT Full Art Basics

* Add DFT First-Place Showcase

* Add DFT First-Place Walker Showcases assets

---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
GenevensiS
2025-02-02 03:59:32 +01:00
committed by GitHub
parent 94015226f6
commit aa2073f3e7
59 changed files with 1092 additions and 10 deletions

View File

@@ -68,3 +68,13 @@ loyalty_textbox_mask_1 :=
then "/magic-modules.mse-include/loyalty/default_textbox_stamp_mask.png"
else "/magic-modules.mse-include/loyalty/default_textbox_mask.png"
}
#### To change the default transparency percentage for the stripes and textboxes:
loyalty_stripe_alpha_default := { 40 }
loyalty_textbox_background_alpha_default := { 70 }
#### To change the folder from which the ability box images are taken:
#### You must write the path of the folder starting from the data folder
#### The image files must have the same names as the ones in the default folder (/magic-modules.mse-include/loyalty/)
#### You can omit some images and it will use the default ones instead
loyalty_boxes_image_folder := { "/magic-modules.mse-include/loyalty/" }