Flame Icon

  • Vanadium
    27th Nov 2010 Member 0 Permalink
    What is the icon code for the "heat" icon?

    I have seen it used before in mods as a category icon and i would like to use it in my newest mod.

    Thanks, Van
  • Finalflash50
    27th Nov 2010 Banned 0 Permalink
    This post is hidden because the user is banned
  • cracker64
    27th Nov 2010 Developer 0 Permalink
    case CM_HEAT:
    drawtext(vid_buf, XRES-27+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\xBE", 255, 0, 0, 255);
    drawtext(vid_buf, XRES-27+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\xBD", 255, 255, 255, 255);
  • Vanadium
    27th Nov 2010 Member 0 Permalink
    cracker64

    thanks

    Where was that?