- Timestamp:
- Nov 27, 2017, 3:55:34 PM (7 years ago)
- Location:
- code/branches/SOBv2_HS17
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SOBv2_HS17/data/levels/SOB.oxw
r11599 r11602 69 69 <attached> 70 70 <Model mesh="planets/sol.mesh" position="0,0,0" scale=3 pitch=90/> 71 71 72 72 <ParticleSpawner source="Orxonox/fire4" startdelay=0 position="-4,0,0" visible="false"/> 73 73 … … 115 115 116 116 117 <!--Gumba 117 118 118 119 119 <SOBGumba collisionType="dynamic" speed=40 position = "240,0,0"> … … 126 126 </collisionShapes> 127 127 </SOBGumba> 128 Gumba--> 128 129 129 <SOBGumba collisionType="dynamic" speed=30 position = "420,0,0"> 130 130 <attached> -
code/branches/SOBv2_HS17/src/modules/superorxobros/SOB.cc
r11601 r11602 168 168 if (this->figure_ != nullptr && figure_->lvlEnded_) { 169 169 std::stringstream a; 170 if( newHighscore){170 if(!newHighscore){ 171 171 a << "Nice! " << getPoints() << " Points in " << (400-getTimeLeft())/2 <<"s.\n\nPress <Space> to restart"; 172 172 }
Note: See TracChangeset
for help on using the changeset viewer.