Re-choreoed x7 up to arm wrestle scene, new sounds.

This commit is contained in:
Map 2021-11-12 19:08:06 -06:00
parent 7db0abb21e
commit 10f4a7bfc1
4 changed files with 756 additions and 203 deletions

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

Binary file not shown.

Binary file not shown.

View File

@ -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