add avatar watermarks (#169)

This commit is contained in:
GenevensiS
2025-11-06 04:26:39 +01:00
committed by GitHub
parent 37a7640ffb
commit b2271d8b36
11 changed files with 14 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -253,6 +253,12 @@ choice:
choice: twilight sparkle choice: twilight sparkle
choice: nightmare moon choice: nightmare moon
choice: luna choice: luna
choice:
name: avatar
choice: water tribe
choice: earth kingdom
choice: fire nation
choice: air nomads
choice: choice:
name: custom watermark name: custom watermark
choice: one choice: one

View File

@@ -2845,6 +2845,10 @@ watermark_scripts :=
"universes beyond ponies twilight sparkle": { watermark_blend(wm_directory + "ponies/twilight sparkle.png", face:face) } "universes beyond ponies twilight sparkle": { watermark_blend(wm_directory + "ponies/twilight sparkle.png", face:face) }
"universes beyond ponies nightmare moon": { watermark_blend(wm_directory + "ponies/nightmare moon.png", face:face) } "universes beyond ponies nightmare moon": { watermark_blend(wm_directory + "ponies/nightmare moon.png", face:face) }
"universes beyond ponies luna": { watermark_blend(wm_directory + "ponies/luna.png", face:face) } "universes beyond ponies luna": { watermark_blend(wm_directory + "ponies/luna.png", face:face) }
"universes beyond avatar water tribe": { watermark_blend(wm_directory + "avatar/water_tribe.png", face:face) }
"universes beyond avatar earth kingdom": { watermark_blend(wm_directory + "avatar/earth_kingdom.png", face:face) }
"universes beyond avatar fire nation": { watermark_blend(wm_directory + "avatar/fire_nation.png", face:face) }
"universes beyond avatar air nomads": { watermark_blend(wm_directory + "avatar/air_nomads.png", face:face) }
"custom watermark one": { build_custom_watermark_blend(1) } "custom watermark one": { build_custom_watermark_blend(1) }
"custom watermark two": { build_custom_watermark_blend(2) } "custom watermark two": { build_custom_watermark_blend(2) }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -208,6 +208,10 @@ choice images:
universes beyond ponies twilight sparkle: /magic.mse-game/watermarks/ponies_sparkles.png universes beyond ponies twilight sparkle: /magic.mse-game/watermarks/ponies_sparkles.png
universes beyond ponies nightmare moon: /magic.mse-game/watermarks/ponies_waning_moon.png universes beyond ponies nightmare moon: /magic.mse-game/watermarks/ponies_waning_moon.png
universes beyond ponies luna: /magic.mse-game/watermarks/ponies_waxing_moon.png universes beyond ponies luna: /magic.mse-game/watermarks/ponies_waxing_moon.png
universes beyond avatar water tribe: /magic.mse-game/watermarks/avatar_water_tribe.png
universes beyond avatar earth kingdom: /magic.mse-game/watermarks/avatar_earth_kingdom.png
universes beyond avatar fire nation: /magic.mse-game/watermarks/avatar_fire_nation.png
universes beyond avatar air nomads: /magic.mse-game/watermarks/avatar_air_nomads.png
custom watermark one: script: build_custom_watermark_blend(face:1, 1) custom watermark one: script: build_custom_watermark_blend(face:1, 1)
custom watermark two: script: build_custom_watermark_blend(face:1, 2) custom watermark two: script: build_custom_watermark_blend(face:1, 2)