Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1.  
  2. p_wallList->push_back(new Wall(sf::Vector2f(450, 753), vericalshort, Wall::Type::SMALL, false));
  3. p_wallList->push_back(new Wall(sf::Vector2f(175, 820), longwall, Wall::Type::LARGE, true));
  4. p_wallList->push_back(new Wall(sf::Vector2f(330, 678), shortwall, Wall::Type::SMALL, true));
  5. p_wallList->push_back(new Wall(sf::Vector2f(250, 678), shortwall, Wall::Type::SMALL, true));
  6. p_wallList->push_back(new Wall(sf::Vector2f(15, 550), verticallong, Wall::Type::LARGE, false));
  7. p_wallList->push_back(new Wall(sf::Vector2f(230, 200), longwall, Wall::Type::LARGE, true));
  8. p_wallList->push_back(new Wall(sf::Vector2f(15, 290), vericalshort, Wall::Type::SMALL, false));
  9. p_wallList->push_back(new Wall(sf::Vector2f(450, 275), vericalshort, Wall::Type::SMALL, false));
  10. p_wallList->push_back(new Wall(sf::Vector2f(330, 350), shortwall, Wall::Type::SMALL, true));
  11. p_wallList->push_back(new Wall(sf::Vector2f(250, 350), shortwall, Wall::Type::SMALL, true));
  12. p_wallList->push_back(new Wall(sf::Vector2f(175, 560), vericalshort, Wall::Type::SMALL, false));
  13. p_wallList->push_back(new Wall(sf::Vector2f(175, 470), vericalshort, Wall::Type::SMALL, false));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement