From a91e0efe725c9021d5e886905938639caea880c0 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Wed, 27 Mar 2024 16:12:09 +0000 Subject: [PATCH] Wetness layers * Added wetness layers for 'Talk To Me' CG. --- game/images/CG/lun_talk/luna/lun_talk_wet_legs_down.webp | 3 +++ game/images/CG/lun_talk/luna/lun_talk_wet_legs_side.webp | 3 +++ game/images/CG/lun_talk/luna/lun_talk_wet_legs_up.webp | 3 +++ game/scripts/cg/luna.rpy | 1 + 4 files changed, 10 insertions(+) create mode 100644 game/images/CG/lun_talk/luna/lun_talk_wet_legs_down.webp create mode 100644 game/images/CG/lun_talk/luna/lun_talk_wet_legs_side.webp create mode 100644 game/images/CG/lun_talk/luna/lun_talk_wet_legs_up.webp diff --git a/game/images/CG/lun_talk/luna/lun_talk_wet_legs_down.webp b/game/images/CG/lun_talk/luna/lun_talk_wet_legs_down.webp new file mode 100644 index 00000000..bf69eafb --- /dev/null +++ b/game/images/CG/lun_talk/luna/lun_talk_wet_legs_down.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c077150a067dc1638be633bb52ca092b99d562ce37f07885948e0da654832aa7 +size 7412 diff --git a/game/images/CG/lun_talk/luna/lun_talk_wet_legs_side.webp b/game/images/CG/lun_talk/luna/lun_talk_wet_legs_side.webp new file mode 100644 index 00000000..b6da26b0 --- /dev/null +++ b/game/images/CG/lun_talk/luna/lun_talk_wet_legs_side.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13f0b720fae397eb1f3f74f4a9ce7fd21022642e9211306128ee55e3469ccc6 +size 8276 diff --git a/game/images/CG/lun_talk/luna/lun_talk_wet_legs_up.webp b/game/images/CG/lun_talk/luna/lun_talk_wet_legs_up.webp new file mode 100644 index 00000000..b6da26b0 --- /dev/null +++ b/game/images/CG/lun_talk/luna/lun_talk_wet_legs_up.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13f0b720fae397eb1f3f74f4a9ce7fd21022642e9211306128ee55e3469ccc6 +size 8276 diff --git a/game/scripts/cg/luna.rpy b/game/scripts/cg/luna.rpy index b138efa8..d94f93fa 100644 --- a/game/scripts/cg/luna.rpy +++ b/game/scripts/cg/luna.rpy @@ -769,3 +769,4 @@ layeredimage lun_talk: always "lun_talk_chest" if_not ["arms_grab_chest", "legs_side", "legs_up"] group cum prefix "cum" auto multiple + group wet prefix "wet" auto