New x7 choreo #153

Merged
MapAnon merged 6 commits from MapAnon/SnootGame:Patch7 into Patch7 2021-11-15 20:38:18 +00:00
4 changed files with 1003 additions and 258 deletions

BIN
game/audio/effects/clap.ogg Normal file

Binary file not shown.

Binary file not shown.

View File

@ -582,6 +582,27 @@ image fang nonxmas pendant angry = Composite(
(0, 0), "amberpendant"
)
image fang pangry flip = Composite(
# (1412, 1500),
(1412, 1500),
(0, 0), im.Flip("fang/basic set/fang angry.png", horizontal=True),
(0, 0), im.Flip("images/other/amberpendant1.png", horizontal=True)
)
image fang punimpressed flip = Composite(
# (1412, 1500),
(1412, 1500),
(0, 0), im.Flip("fang/basic set/fang unimpressed.png", horizontal=True),
(0, 0), im.Flip("images/other/amberpendant1.png", horizontal=True)
)
image fang pconsidering flip = Composite(
# (1412, 1500),
(1412, 1500),
(0, 0), im.Flip("fang/basic set/fang considering.png", horizontal=True),
(0, 0), im.Flip("images/other/amberpendant1.png", horizontal=True)
)
image fang nonxmas pendant neutral = Composite(
# (1412, 1500),
(1412, 1500),
@ -654,6 +675,12 @@ image fang pbird happy flip = Composite(
(0, 0), im.Flip("images/other/amberpendant1.png", horizontal=True)
)
image stella_hack = Composite(
# (847, 1500),
(847, 1500),
(0, 0), "stella shock"
)
#phone gallery effect
image anoninsideship = "images/other/phonegallery/anoninsideship.png"

File diff suppressed because it is too large Load Diff