mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 14:58:45 +01:00
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:
commit
3dade35042
4 changed files with 1003 additions and 258 deletions
BIN
game/audio/effects/clap.ogg
Normal file
BIN
game/audio/effects/clap.ogg
Normal file
Binary file not shown.
BIN
game/audio/effects/crowdCheer.ogg
Normal file
BIN
game/audio/effects/crowdCheer.ogg
Normal file
Binary file not shown.
|
@ -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
Loading…
Reference in a new issue