View Single Post
07-07-13, 02:09 PM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,905
In OnUpdate:
local fps = "|c00FFFFFF".. string.format("%0.i", GetFramerate()) .. " |rfps"
self.text:SetText(fps)

Edit: A description of escape sequences: http://www.wowpedia.org/UI_escape_sequences

Last edited by Fizzlemizz : 07-07-13 at 02:19 PM.
  Reply With Quote