SUBZERO HEROES 2K1X SAWS, NPC {800,801,802}
Posted: Mon Nov 02, 2020 3:26 pm
Forums for SMBX
https://www.smbxgame.com/forums/
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