Testing Level:

Subzero Heroes in Patch 4:

Code in NPC-842:
Code: Select all
if playerPepperFizzliness < 0 then
Graphics.drawImageWP(pepper_fizz, anchorX + 8, anchorY + fizzyWave - 34, 0, 34 * (math.floor(lunatime.tick() * 0.125) % 2), 6, 34, opacity, 5)
Graphics.drawImageToSceneWP(pepper_effect, player.x + 0.5 * player.width - 14 * player.direction - 14, player.y + player.height - 10, 0, 58 * (math.floor(lunatime.tick() * 0.125) % 2), 30, 58, opacity, -20)
end
Code: Select all
Graphics.drawImageToSceneWP(
Graphics.sprites.background[v.id].img,
v.x,
v.y,
0,
frame * config.height,
config.width,
config.height,
config.priority
https://youtu.be/Sz_iMvCk9qI?t=1015s
Help Please?