mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
Re-choreoed x7 up to arm wrestle scene, new sounds.
This commit is contained in:
parent
7db0abb21e
commit
10f4a7bfc1
4 changed files with 756 additions and 203 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.
|
@ -20,6 +20,7 @@ init -1 python:
|
|||
mod_menu_access = []
|
||||
|
||||
init python:
|
||||
config.developer = 1
|
||||
import random
|
||||
import webbrowser
|
||||
#function for insult layers
|
||||
|
@ -582,6 +583,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),
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue