Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 21, 2008, 2:35:24 PM (16 years ago)
Author:
rgrieder
Message:
  • Dots on the Radar actually disappear now when a Ship gets destroyed…
  • svn save to keep History of HUDText when renaming AND moving
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/orxonox/overlays/OverlayGroup.h

    r1604 r1614  
    5454
    5555        static void toggleVisibility(const std::string& name);
    56         static OverlayGroup& getHUD();
     56        static void scaleGroup(const std::string& name, float scale);
    5757
    5858      private:
     
    6464        std::map<std::string, OrxonoxOverlay*> hudElements_;
    6565        Vector2 scale_;
    66 
    67         static OverlayGroup* hudInstance_s;
    6866    };
    6967}
Note: See TracChangeset for help on using the changeset viewer.