Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 10, 2007, 7:16:00 PM (17 years ago)
Author:
muellmic
Message:

interface changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/space_ships/space_ship.cc

    r10224 r10230  
    3434
    3535#include "elements/glgui_energywidgetvertical.h"
     36#include "glgui_bar.h"
    3637
    3738#include "particles/dot_emitter.h"
     
    10541055  { //create the widget
    10551056    this->electronicWidget = new OrxGui::GLGuiEnergyWidgetVertical();
     1057    this->electronicWidget->getBarWidget()->setChangedValueColor(Color(1,0,0,1));
    10561058    //this->electronicWidget->setDisplayedName("Electronics:");
    10571059    //this->electronicWidget->setSize2D(100,20);
     
    10731075  {
    10741076    this->shieldWidget = new OrxGui::GLGuiEnergyWidgetVertical();
     1077    this->shieldWidget->getBarWidget()->setChangedValueColor(Color(1,0,0,1));
    10751078    //this->shieldWidget->setDisplayedName("Shield:");
    10761079    //his->shieldWidget->setSize2D(100,20);
Note: See TracChangeset for help on using the changeset viewer.