3.0.0 final touches (#84)
--------- Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
@@ -12,12 +12,9 @@ depends on:
|
||||
depends on:
|
||||
package: magic-mainframe-extras.mse-include
|
||||
version: 2001-01-01
|
||||
depends on:
|
||||
package: magic-watermarks.mse-include
|
||||
version: 2001-01-01
|
||||
depends on:
|
||||
package: magic-modules.mse-include
|
||||
version: 2024-05-20
|
||||
version: 2024-10-01
|
||||
depends on:
|
||||
package: magic-mana-large.mse-symbol-font
|
||||
version: 2001-01-01
|
||||
@@ -497,7 +494,7 @@ init script:
|
||||
opacity_watermark_image :=
|
||||
{
|
||||
image := if styling.watermark == "setsymbol" or styling.watermark == "’setsymbol’" or styling.watermark == "'setsymbol'" then set_symbol_image()
|
||||
else if contains(match: ".png", styling.watermark) then ("/magic-watermarks.mse-include/" + styling.watermark)
|
||||
else if contains(match: ".png", styling.watermark) then ("/magic-mainframe-extras.mse-include/" + styling.watermark)
|
||||
else ""
|
||||
if styling.watermark_opacity_percentage == "" then image
|
||||
else set_alpha(image, alpha: get_alpha(styling.watermark_opacity_percentage, default: 100))
|
||||
@@ -833,11 +830,11 @@ styling field:
|
||||
styling field:
|
||||
type: text
|
||||
name: watermark
|
||||
description: The name of a '.png' image inside the /magic-watermarks.mse-include/ folder. Dimensions can be anything, but native is 242x242. Alternatively, write 'setsymbol' to use the set symbol instead.
|
||||
description: The name of a '.png' image inside the /magic-mainframe-extras.mse-include/ folder. Dimensions can be anything, but native is 242x242. Alternatively, write 'setsymbol' to use the set symbol instead.
|
||||
# localized caption:
|
||||
# fr: Filigrane
|
||||
# localized description:
|
||||
# fr: Le chemin d'une image '.png' située dans le dossier /magic-watermarks.mse-include/. Alternativement, écrivez 'setsymbol' pour utiliser le symbole du Set comme filigrane.
|
||||
# fr: Le chemin d'une image '.png' située dans le dossier /magic-mainframe-extras.mse-include/. Alternativement, écrivez 'setsymbol' pour utiliser le symbole du Set comme filigrane.
|
||||
styling field:
|
||||
type: text
|
||||
name: watermark opacity percentage
|
||||
|
||||
Reference in New Issue
Block a user