forked from SilverStudioGames/WTS
Vibrator Event
* Added vibrator panties cum layers * Added CG vibrator shake animation
This commit is contained in:
parent
34df16f5e4
commit
3054eabe0c
BIN
game/characters/hermione/cum/pussy/vibratorp_heavy.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/hermione/cum/pussy/vibratorp_heavy.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/hermione/cum/pussy/vibratorp_light.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/hermione/cum/pussy/vibratorp_light.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -131,6 +131,12 @@ transform shake:
|
||||
events False
|
||||
function shake_func
|
||||
|
||||
transform shake_xlinear(speed=1.0):
|
||||
xoffset 1
|
||||
linear 0.1/speed xoffset -1
|
||||
linear 0.1/speed xoffset 1
|
||||
repeat
|
||||
|
||||
init python:
|
||||
def shake_func(trans, st, at):
|
||||
trans.xoffset = renpy.random.randint(-2, 2)
|
||||
|
@ -126,6 +126,7 @@ image her_vibrators_public_xray = Xray("her_vibrators_public", "her_vibrators_pu
|
||||
|
||||
layeredimage her_vibrators_personal hermione1:
|
||||
fit "cover"
|
||||
fit_first True
|
||||
|
||||
always "her_vibrators_personal_background"
|
||||
|
||||
@ -145,12 +146,13 @@ layeredimage her_vibrators_personal hermione1:
|
||||
|
||||
group vibrator multiple variant "vibrator":
|
||||
attribute base default
|
||||
attribute eggl default
|
||||
attribute eggr default
|
||||
attribute eggl default at shake_xlinear
|
||||
attribute eggr default at shake_xlinear
|
||||
attribute tape default
|
||||
|
||||
layeredimage her_vibrators_personal hermione2:
|
||||
fit "cover"
|
||||
fit_first True
|
||||
|
||||
always "her_vibrators_personal_background"
|
||||
|
||||
@ -170,13 +172,14 @@ layeredimage her_vibrators_personal hermione2:
|
||||
|
||||
group vibrator multiple variant "vibrator":
|
||||
attribute base default
|
||||
attribute eggl default
|
||||
attribute eggr default
|
||||
attribute eggm default
|
||||
attribute eggl default at shake_xlinear
|
||||
attribute eggr default at shake_xlinear
|
||||
attribute eggm default at shake_xlinear
|
||||
attribute tape default
|
||||
|
||||
layeredimage her_vibrators_personal hermione3:
|
||||
fit "cover"
|
||||
fit_first True
|
||||
|
||||
always "her_vibrators_personal_background"
|
||||
|
||||
@ -195,8 +198,8 @@ layeredimage her_vibrators_personal hermione3:
|
||||
|
||||
group vibrator multiple variant "vibrator":
|
||||
attribute base default
|
||||
attribute eggl default
|
||||
attribute eggr default
|
||||
attribute eggl default at shake_xlinear
|
||||
attribute eggr default at shake_xlinear
|
||||
|
||||
layeredimage her_flash_public:
|
||||
fit "cover"
|
||||
|
Loading…
Reference in New Issue
Block a user