Code: Select all
dsb_attack_text("TEXT", [duration], [other])Moderator: Sophia
to help finance the hosting costs of this forum.
Code: Select all
dsb_attack_text("TEXT", [duration], [other])Code: Select all
function h_render_attack_info(bmp, attack_table)
if (attack_table.graphic) then
dsb_bitmap_draw(attack_table.graphic, bmp, 0, 0, false)
end
end
Code: Select all
dsb_attack_info({ graphic = gfx.port_mophus }, 5)Code: Select all
dsb_attack_info({ graphic = gfx.port_mophus, text = "IT'S MOPHUS" }, 5)