Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11602


Ignore:
Timestamp:
Nov 27, 2017, 3:55:34 PM (6 years ago)
Author:
varxth
Message:

! angeschrieben

Location:
code/branches/SOBv2_HS17
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SOBv2_HS17/data/levels/SOB.oxw

    r11599 r11602  
    6969                        <attached>
    7070                                <Model mesh="planets/sol.mesh" position="0,0,0" scale=3 pitch=90/>
    71                                
     71
    7272                                <ParticleSpawner source="Orxonox/fire4" startdelay=0  position="-4,0,0" visible="false"/>
    7373                               
     
    115115
    116116
    117                                         <!--Gumba
     117
    118118
    119119                                        <SOBGumba collisionType="dynamic" speed=40 position = "240,0,0">
     
    126126                                                </collisionShapes>
    127127                                        </SOBGumba>
    128                                 Gumba-->
     128
    129129                                        <SOBGumba collisionType="dynamic" speed=30 position = "420,0,0">
    130130                                                <attached>
  • code/branches/SOBv2_HS17/src/modules/superorxobros/SOB.cc

    r11601 r11602  
    168168        if (this->figure_ != nullptr && figure_->lvlEnded_) {
    169169            std::stringstream a;
    170             if(newHighscore){
     170            if(!newHighscore){
    171171                a << "Nice! " << getPoints() << " Points in " << (400-getTimeLeft())/2 <<"s.\n\nPress <Space> to restart";
    172172            }
Note: See TracChangeset for help on using the changeset viewer.