Compare commits
102 Commits
main
...
new-achiev
Author | SHA1 | Date | |
---|---|---|---|
f714e482f6 | |||
3b5f35a732 | |||
7d4aa5f8fd | |||
f8251f921b | |||
a88706142f | |||
8d3eede436 | |||
d40af370a8 | |||
9479859edd | |||
e84d5cbdf0 | |||
f6c0054be0 | |||
a29b7ec28b | |||
15b15b9085 | |||
3fef941366 | |||
6b2766e668 | |||
2f2a9b985b | |||
d132436843 | |||
110847e9e6 | |||
1918def870 | |||
d34a96284c | |||
acfb09516c | |||
1672b2381a | |||
e242c0e43a | |||
d7c8e39b08 | |||
313849696c | |||
9a7a1d4686 | |||
2e80d3a8d8 | |||
38787bdc4c | |||
aefa88e4d2 | |||
ebcfa4b78d | |||
b2196d3ca5 | |||
a7ad9fafc7 | |||
6216b62ef9 | |||
abe5d551fc | |||
87a77163de | |||
38a94e774b | |||
25f375c88b | |||
c1ab7f7b85 | |||
837d6b378e | |||
14607f2eb1 | |||
def10a09ac | |||
3278b1f4af | |||
ed2a817c84 | |||
87ce17df8b | |||
eae844ef0b | |||
070d14a685 | |||
a36c0ba222 | |||
fbe8035c43 | |||
c3f753a460 | |||
db30cd66d3 | |||
4b8371e292 | |||
48c4c4ecad | |||
b222860bec | |||
c64635aace | |||
ef62f74eed | |||
9a3fe1df65 | |||
77e40301c9 | |||
42f690f966 | |||
884c264f04 | |||
23a264c8f4 | |||
32cf1de3a0 | |||
c493a4b9aa | |||
1618fc378f | |||
bbc1df1ea6 | |||
ca64492beb | |||
3d62c8b818 | |||
bb2edc9a7b | |||
2ccece1a3d | |||
8b6627f588 | |||
40ddb29185 | |||
aa95f701dc | |||
641893217e | |||
3a429070fc | |||
15e3e240fc | |||
9c274bee6f | |||
eeb68cb6c6 | |||
5460ec2572 | |||
2e17dd2582 | |||
78230893a8 | |||
3b6dd38e19 | |||
a9dc195379 | |||
985a0a79ed | |||
9d52bd9c92 | |||
542db72609 | |||
6dc1a04810 | |||
9b419fcbc3 | |||
976455bfc9 | |||
4c52d1638f | |||
4ec94d28f5 | |||
f51f3a30a1 | |||
8d4216a476 | |||
da636e93ab | |||
6a4b56a182 | |||
36d3a5d1a7 | |||
a606fc9ca2 | |||
925cf611c1 | |||
15c998cd5a | |||
3e86094b0b | |||
e80bd9e6e6 | |||
21cb97b2e2 | |||
b21e179df0 | |||
94a6f9302b | |||
f93f50e9ac |
BIN
game/characters/genie/outfits/robes_beard.webp
(Stored with Git LFS)
BIN
game/characters/genie/outfits/robes_beard.webp
(Stored with Git LFS)
Binary file not shown.
@ -88,11 +88,11 @@ image ch_ast wand_imperio:
|
||||
random_blink("characters/astoria/chibis/wand_imperio/ag_head_02.webp", "characters/astoria/chibis/wand_imperio/ag_head_01.webp")
|
||||
|
||||
contains:
|
||||
"blank"
|
||||
Null()
|
||||
pause.12
|
||||
"characters/astoria/chibis/wand_imperio/ag_head_03.webp"
|
||||
pause 1
|
||||
"blank"
|
||||
Null()
|
||||
|
||||
contains:
|
||||
xpos 78
|
||||
@ -113,7 +113,7 @@ image ch_ast wand_imperio:
|
||||
alpha 1.0
|
||||
"characters/astoria/chibis/wand_imperio/smoke.webp"
|
||||
linear 1.0 xzoom 1.0 xpos -34 ypos 37
|
||||
"blank"
|
||||
Null()
|
||||
|
||||
contains:
|
||||
xpos -34
|
||||
|
@ -1,8 +1,6 @@
|
||||
image object:
|
||||
Null()
|
||||
|
||||
transform OBJbutterfly(hue=random.randint(0, 359)):
|
||||
zoom random.uniform(0.4, 0.85)
|
||||
matrixcolor HueMatrix(hue)
|
||||
|
||||
choice:
|
||||
pause random.randint(1, 7)
|
||||
@ -22,13 +20,13 @@ transform OBJbutterfly(hue=random.randint(0, 359)):
|
||||
ease_circ 1.0 rotate 15
|
||||
repeat
|
||||
parallel:
|
||||
im.MatrixColor("images/rooms/quidditch_pitch/butterfly/0.webp", im.matrix.hue(hue)) with d3
|
||||
"images/rooms/quidditch_pitch/butterfly/0.webp" with d3
|
||||
pause .3
|
||||
im.MatrixColor("images/rooms/quidditch_pitch/butterfly/1.webp", im.matrix.hue(hue)) with d3
|
||||
"images/rooms/quidditch_pitch/butterfly/1.webp" with d3
|
||||
pause .3
|
||||
im.MatrixColor("images/rooms/quidditch_pitch/butterfly/2.webp", im.matrix.hue(hue)) with d3
|
||||
"images/rooms/quidditch_pitch/butterfly/2.webp" with d3
|
||||
pause .3
|
||||
im.MatrixColor("images/rooms/quidditch_pitch/butterfly/1.webp", im.matrix.hue(hue)) with d3
|
||||
"images/rooms/quidditch_pitch/butterfly/1.webp" with d3
|
||||
pause .3
|
||||
repeat
|
||||
choice:
|
||||
@ -49,13 +47,13 @@ transform OBJbutterfly(hue=random.randint(0, 359)):
|
||||
ease_circ 1.0 rotate -15
|
||||
repeat
|
||||
parallel:
|
||||
im.MatrixColor("images/rooms/quidditch_pitch/butterfly/0.webp", im.matrix.hue(hue)) with d3
|
||||
"images/rooms/quidditch_pitch/butterfly/0.webp" with d3
|
||||
pause .3
|
||||
im.MatrixColor("images/rooms/quidditch_pitch/butterfly/1.webp", im.matrix.hue(hue)) with d3
|
||||
"images/rooms/quidditch_pitch/butterfly/1.webp" with d3
|
||||
pause .3
|
||||
im.MatrixColor("images/rooms/quidditch_pitch/butterfly/2.webp", im.matrix.hue(hue)) with d3
|
||||
"images/rooms/quidditch_pitch/butterfly/2.webp" with d3
|
||||
pause .3
|
||||
im.MatrixColor("images/rooms/quidditch_pitch/butterfly/1.webp", im.matrix.hue(hue)) with d3
|
||||
"images/rooms/quidditch_pitch/butterfly/1.webp" with d3
|
||||
pause .3
|
||||
repeat
|
||||
repeat
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
init 5 python:
|
||||
def her_cg_doll(st, at):
|
||||
return hermione.image, None
|
||||
@ -25,35 +24,21 @@ image CG cho_doll = DynamicDisplayable(cho_cg_doll)
|
||||
image CG ast_doll = DynamicDisplayable(ast_cg_doll)
|
||||
image CG sus_doll = DynamicDisplayable(sus_cg_doll)
|
||||
|
||||
image CG luna = Fixed(
|
||||
"images/CG/common/bg.webp",
|
||||
AlphaMask(Composite((2160, 1200), (880, -180), Transform("CG lun_doll", zoom=1.2)), "images/CG/common/mask.webp"),
|
||||
)
|
||||
transform CG_masker(child):
|
||||
contains:
|
||||
"images/CG/common/bg.webp"
|
||||
contains:
|
||||
AlphaMask(
|
||||
Fixed(Transform(child, zoom=1.2, pos=(880, -180)), xfit=True, yfit=True),
|
||||
"images/CG/common/mask.webp",
|
||||
)
|
||||
|
||||
image CG hermione = Fixed(
|
||||
"images/CG/common/bg.webp",
|
||||
AlphaMask(Composite((2160, 1200), (880, -180), Transform("CG her_doll", zoom=1.2)), "images/CG/common/mask.webp"),
|
||||
)
|
||||
|
||||
image CG tonks = Fixed(
|
||||
"images/CG/common/bg.webp",
|
||||
AlphaMask(Composite((2160, 1200), (880, -180), Transform("CG ton_doll", zoom=1.2)), "images/CG/common/mask.webp"),
|
||||
)
|
||||
|
||||
image CG cho = Fixed(
|
||||
"images/CG/common/bg.webp",
|
||||
AlphaMask(Composite((2160, 1200), (880, -180), Transform("CG cho_doll", zoom=1.2)), "images/CG/common/mask.webp"),
|
||||
)
|
||||
|
||||
image CG astoria = Fixed(
|
||||
"images/CG/common/bg.webp",
|
||||
AlphaMask(Composite((2160, 1200), (880, -180), Transform("CG ast_doll", zoom=1.2)), "images/CG/common/mask.webp"),
|
||||
)
|
||||
|
||||
image CG susan = Fixed(
|
||||
"images/CG/common/bg.webp",
|
||||
AlphaMask(Composite((2160, 1200), (880, -180), Transform("CG sus_doll", zoom=1.2)), "images/CG/common/mask.webp"),
|
||||
)
|
||||
image CG luna = At("CG lun_doll", CG_masker)
|
||||
image CG hermione = At("CG her_doll", CG_masker)
|
||||
image CG tonks = At("CG ton_doll", CG_masker)
|
||||
image CG cho = At("CG cho_doll", CG_masker)
|
||||
image CG astoria = At("CG ast_doll", CG_masker)
|
||||
image CG susan = At("CG sus_doll", CG_masker)
|
||||
|
||||
# Snape CG
|
||||
screen snape_groping():
|
||||
|
@ -76,7 +76,7 @@ init python:
|
||||
astoria.animation = animation
|
||||
redraw = True
|
||||
|
||||
if flip != None:
|
||||
if flip is not None:
|
||||
astoria.xzoom = -1 if flip else 1
|
||||
redraw = True
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user