Merge pull request 'New x7 choreo' (#153) from MapAnon/SnootGame:Patch7 into Patch7

Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/153
This commit is contained in:
Mappening 2021-11-15 20:38:17 +00:00
commit 3dade35042
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