Merge branch 'dev' into gouv-3

This commit is contained in:
Gouvernathor 2024-01-08 20:49:09 +01:00
commit 68f3eedd4b
18 changed files with 366 additions and 160 deletions

BIN
game/images/CG/lun_grind/lun_grind_background.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_body_grind.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_body_idle.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_body_spread.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_cumshot_frame0.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_cumshot_frame1.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_cumshot_frame2.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_cumshot_frame3.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_cumshot_frame4.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_cumshot_frame5.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_penis_grind_frame0.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_penis_grind_frame1.webp (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -294,8 +294,6 @@ image lun_blowjob_personal_loop_ahegao_hold_down:
pause 0.10
repeat
image lun_blowjob_personal_pose1_handjob_slow:
Fixed(
"lun_blowjob_personal_pose1_luna_stroke_down_shadow",
@ -333,3 +331,82 @@ image lun_blowjob_personal_pose1_handjob_fast:
pause 0.2
repeat
layeredimage lun_grind:
fit "contain"
fit_first True
always "lun_grind_background"
group body:
attribute idle "lun_grind_idle" default
attribute grind "lun_grind_grind" default
attribute spread "lun_grind_spread" default
attribute cumshot "lun_grind_cumshot" default
image lun_grind_idle:
Fixed(
"lun_grind_body_idle",
"lun_grind_penis_grind_frame0")
image lun_grind_grind:
Fixed(
"lun_grind_body_idle",
"lun_grind_penis_grind_frame0")
pause 0.44
Fixed(
"lun_grind_body_grind",
"lun_grind_penis_grind_frame1")
pause 0.44
repeat
image lun_grind_spread:
Fixed(
"lun_grind_body_spread",
"lun_grind_penis_grind_frame1")
image lun_grind_cumshot:
Fixed(
"lun_grind_body_spread",
"lun_grind_penis_grind_frame1",
"lun_grind_cumshot_frame0")
pause 0.12
Fixed(
"lun_grind_body_spread",
"lun_grind_penis_grind_frame1",
"lun_grind_cumshot_frame1")
pause 0.12
Fixed(
"lun_grind_body_spread",
"lun_grind_penis_grind_frame1",
"lun_grind_cumshot_frame2")
pause 0.12
Fixed(
"lun_grind_body_spread",
"lun_grind_penis_grind_frame1",
"lun_grind_cumshot_frame3")
pause 0.12
Fixed(
"lun_grind_body_spread",
"lun_grind_penis_grind_frame1",
"lun_grind_cumshot_frame4")
pause 0.12
Fixed(
"lun_grind_body_spread",
"lun_grind_penis_grind_frame1",
"lun_grind_cumshot_frame5")
pause 1
repeat

View File

@ -45,7 +45,7 @@ label summon_cho:
"Are you ready to begin the match?"
"-Yes-":
pass
"-no-":
"-No-":
jump cho_requests
jump start_hufflepuff_match
@ -57,7 +57,7 @@ label summon_cho:
"Are you ready to begin the match?"
"-Yes-":
pass
"-no-":
"-No-":
jump cho_requests
jump start_slytherin_match

File diff suppressed because it is too large Load Diff

View File

@ -194,7 +194,7 @@ label susan_talk:
gen "Being called a slut always boosts a girl's confidence!" ("base", xpos="far_left", ypos="head")
sus @ cheeks blush "R-- Really?" ("soft", "happy", "sad", "mid")
gen "Yes. Now... shall we try it?" ("base", xpos="far_left", ypos="head")
sus @ cheeks blush "... alright, [name_genie_susan]..." ("base", "happy", "sad", "mid")
sus @ cheeks blush "... Alright, [name_genie_susan]..." ("base", "happy", "sad", "mid")
jump susan_talk
"-Custom Input-":
$ temp_name = renpy.input("(Please enter the name.)", name_susan_genie, ALLOWED_CHARACTERS, length=14)

View File

@ -88,6 +88,7 @@ define config.tag_zorder = {
"xray_overlay": -1,
"xray_mask": -1,
"cg": 17,
"cg2": 18,
}
# Saving and loading

View File

@ -22,6 +22,8 @@ image weather overcast = ConditionSwitch( # final
)
transform cloud_move:
animation
subpixel True
choice:
yoffset 0