Change Log:
--------------------
1.1
Optimized Code so now rather than running at 10kb/s of memory we now use 1.4kb/s
Description:
--------------------
This is a very simple HUD addon only for the player (no target/pet/focus support). I only made this because I play around with Icehud and I normally cut it down to about this much.
This addon is actually so minimal that it literally barely uses 1.5kb of memory (most I've seen is 1.7kb so far)
Configuration is at the top of core.lua
local barsize = {140,200}
local alpha = .7
local healthx = -165
local healthy = 0
local powerx = 165
local powery = 0
Check out some of my other addons.
Check out my crappy new website!
--------------------
1.1
Optimized Code so now rather than running at 10kb/s of memory we now use 1.4kb/s
Description:
--------------------
This is a very simple HUD addon only for the player (no target/pet/focus support). I only made this because I play around with Icehud and I normally cut it down to about this much.
This addon is actually so minimal that it literally barely uses 1.5kb of memory (most I've seen is 1.7kb so far)
Configuration is at the top of core.lua
local barsize = {140,200}
local alpha = .7
local healthx = -165
local healthy = 0
local powerx = 165
local powery = 0
Check out some of my other addons.
Check out my crappy new website!