FPS Indicator in HUD code?
Posted: Wed Nov 24, 2010 11:02 pm
Hi, all.
I am back to playing Oolite after a hiatus of a few months; I was playing 1.73.(something), and now I have installed 1.74.2.
I am gradually feeling my way around and getting used to things again.
One little minor question; I did a topic search and it doesn't seem to be addressed.
In the default hud.plist, there is this code:
... and I don't see any such FPS counter on my screen? Thanks...
I am back to playing Oolite after a hiatus of a few months; I was playing 1.73.(something), and now I have installed 1.74.2.
I am gradually feeling my way around and getting used to things again.
One little minor question; I did a topic search and it doesn't seem to be addressed.
In the default hud.plist, there is this code:
Code: Select all
{ // fps counter, x and y give the location, the size defines the character size
height = 18;
selector = "drawFPSInfoCounter:";
width = 18;
x = -300;
y = -20;
y_origin = 1;
}