Esempio n. 1
0
 void Start()
 {
     hide               = true;
     thing.OnPowerUp   += ThingOnOnPowerUp;
     thing.OnPowerDown += ThingOnOnPowerDown;
     ReDrawNeeded       = true;
     selectedGlyph      = Glyph.Create(0, 0, G.g.HudSelectedSprite);
 }