mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-25 03:14:51 +01:00
common code
This commit is contained in:
parent
378cb12bf4
commit
0c648922aa
2 changed files with 18 additions and 18 deletions
|
@ -305,11 +305,11 @@ screen textscroll():
|
||||||
|
|
||||||
# Naser's position when helping Anon get up
|
# Naser's position when helping Anon get up
|
||||||
transform nmidright:
|
transform nmidright:
|
||||||
xalign 1.5 yalign 0.08
|
xalign 1.5 yalign 0.08
|
||||||
|
|
||||||
# Naomi's position when handing the brochure to Anon
|
# Naomi's position when handing the brochure to Anon
|
||||||
transform scloserleft:
|
transform scloserleft:
|
||||||
xalign 0.1 yalign 0.0
|
xalign 0.1 yalign 0.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1548,28 +1548,28 @@ image fang very sad blur flip = im.Flip("highres/bluralt/fang very sad blur.webp
|
||||||
image naomi neutral blur flip = im.Flip("highres/bluralt/naomi neutral blur.webp", horizontal=True)
|
image naomi neutral blur flip = im.Flip("highres/bluralt/naomi neutral blur.webp", horizontal=True)
|
||||||
|
|
||||||
image fang pneutral blur = Composite(
|
image fang pneutral blur = Composite(
|
||||||
(1412, 1500),
|
(1412, 1500),
|
||||||
#(2683, 2850),
|
#(2683, 2850),
|
||||||
(0, 0), "highres/bluralt/fang neutral blur.webp",
|
(0, 0), "highres/bluralt/fang neutral blur.webp",
|
||||||
(0, 0), "highres/bluralt/amberpendant1 blur.webp"
|
(0, 0), "highres/bluralt/amberpendant1 blur.webp"
|
||||||
)
|
)
|
||||||
image fang pbird happy blur = Composite(
|
image fang pbird happy blur = Composite(
|
||||||
(1412, 1500),
|
(1412, 1500),
|
||||||
#(2683, 2850),
|
#(2683, 2850),
|
||||||
(0, 0), "highres/bluralt/fang flip off happy blur.webp",
|
(0, 0), "highres/bluralt/fang flip off happy blur.webp",
|
||||||
(0, 0), "highres/bluralt/amberpendant1 blur.webp"
|
(0, 0), "highres/bluralt/amberpendant1 blur.webp"
|
||||||
)
|
)
|
||||||
image fang pneutral blur flip = Composite(
|
image fang pneutral blur flip = Composite(
|
||||||
(1412, 1500),
|
(1412, 1500),
|
||||||
#(2683, 2850),
|
#(2683, 2850),
|
||||||
(0, 0), im.Flip("highres/bluralt/fang neutral blur.webp", horizontal=True),
|
(0, 0), im.Flip("highres/bluralt/fang neutral blur.webp", horizontal=True),
|
||||||
(0, 0), im.Flip("highres/bluralt/amberpendant1 blur.webp", horizontal=True)
|
(0, 0), im.Flip("highres/bluralt/amberpendant1 blur.webp", horizontal=True)
|
||||||
)
|
)
|
||||||
image fang pbird happy blur flip = Composite(
|
image fang pbird happy blur flip = Composite(
|
||||||
(1412, 1500),
|
(1412, 1500),
|
||||||
#(2683, 2850),
|
#(2683, 2850),
|
||||||
(0, 0), im.Flip("highres/bluralt/fang flip off happy blur.webp", horizontal=True),
|
(0, 0), im.Flip("highres/bluralt/fang flip off happy blur.webp", horizontal=True),
|
||||||
(0, 0), im.Flip("highres/bluralt/amberpendant1 blur.webp", horizontal=True)
|
(0, 0), im.Flip("highres/bluralt/amberpendant1 blur.webp", horizontal=True)
|
||||||
)
|
)
|
||||||
|
|
||||||
image raymba2 flip = im.Flip("raymba/raymba2.webp", horizontal=True)
|
image raymba2 flip = im.Flip("raymba/raymba2.webp", horizontal=True)
|
||||||
|
|
Loading…
Add table
Reference in a new issue