Changeset 11525
- Timestamp:
- Oct 30, 2017, 4:30:58 PM (7 years ago)
- Location:
- code/branches/CampaignMap_HS17
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/CampaignMap_HS17/data/levels/emptyLevel.oxw
r11513 r11525 61 61 </StaticEntity> 62 62 63 <MovableEntity> 64 65 63 66 <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> 64 67 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> -
code/branches/CampaignMap_HS17/src/modules/objects/StoryModePlanet.cc
r11512 r11525 68 68 void StoryModePlanet::setConfigValues() 69 69 { 70 static const std::string names[] = 71 { 72 "Berkay Berabi", 73 "Louis Meile" 74 "Muten Roshi", 75 "Abradolf Lincler", 76 "Lionel Messi", 77 "Kamal Khan", 78 "Karl the Llama", 79 "Thomas the Tankengine", 80 "Rick", 81 "send nudes", 82 "Morty", 83 "Charlie the Unicorn", 84 "Kung Fury", 85 "Postman Pat" 86 }; 87 static std::vector<std::string> defaultnames(names, names + sizeof(names) / sizeof(std::string)); 70 88 89 SetConfigValue(names_, defaultnames); 71 90 } 72 91 } -
code/branches/CampaignMap_HS17/src/orxonox/infos/Bot.cc
r11358 r11525 77 77 "Thomas the Tankengine", 78 78 "Rick", 79 "send nudes", 79 80 "Morty", 80 81 "Charlie the Unicorn",
Note: See TracChangeset
for help on using the changeset viewer.