quick mod to put the fuel scoop icon into Compact HUD
Posted: Mon Feb 23, 2009 4:24 pm
I know it's hardly witchspace physics, but I got annoyed that that nice compact HUD didn't have a fuel scoop indicator. So in complete ingorance I had a fiddle and added the following to /usr/lib/Oolite/Addons/hud.plist:
Thought I should post it here for the record.
Although, I have no idea what I am doing and for all I know have broken something...
Code: Select all
<dict><!-- fuel scoop status -->
<key>alpha</key>
<real>0.75</real>
<key>selector</key>
<string>drawScoopStatus:</string>
<key>x</key>
<integer>100</integer>
<key>y</key>
<integer>-200</integer>
</dict>
Although, I have no idea what I am doing and for all I know have broken something...