* First implementation for the grinding scene
This commit is contained in:
LoafyLemon 2024-01-08 15:10:37 +00:00
parent f1ee0cbcd3
commit 27cfdd122b
13 changed files with 115 additions and 2 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