Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 12382


Ignore:
Timestamp:
May 16, 2019, 3:34:58 PM (5 years ago)
Author:
ahuwyler
Message:

jetzt laufts?

Location:
code/branches/OrxoBlox_FS19
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/data/overlays/OrxoBloxHUD.oxo

    r12370 r12382  
    2121    />
    2222
     23    <OverlayText
     24     position  = "0.7, 0.20"
     25     pickpoint = "0.0, 0.0"
     26     font      = "ShareTechMono"
     27     textsize  = 0.05
     28     colour    = "1.0, 1.0, 1.0, 1.0"
     29     align     = "left"
     30     
     31    />
     32
    2333
    2434  </OverlayGroup>
     
    3848  </OverlayGroup>
    3949</Template>
     50
     51
     52<Template name="spectatorhud">
     53  <OverlayGroup name = "spectatorhud" scale = "1, 1">
     54  </OverlayGroup>
     55</Template>
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc

    r12379 r12382  
    156156            this->LevelUp();
    157157
     158
     159
    158160            //Create Ship
    159161            //this->ship_ = new OrxoBloxShip(this->center_->getContext());
     
    195197        {
    196198            int score = this->getScore(this->getPlayer());
    197             Highscore::getInstance().storeScore("Tetris", score, this->getPlayer());
     199            Highscore::getInstance().storeScore("OrxoBlox", score, this->getPlayer());
    198200        }
    199201
Note: See TracChangeset for help on using the changeset viewer.