This commit is contained in:
2015-08-22 16:09:20 -07:00
parent 17207d8294
commit 98b3e75503
3 changed files with 11 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ void App::Input() {
explorer->setDestination(sf::Vector2i(20, 20));
}
if (event.key.code == sf::Keyboard::W) {
explorer->setDestination(sf::Vector2i(200, 200));
explorer->setDestination(sf::Vector2i(50, 50));
}
if (event.key.code == sf::Keyboard::E) {
explorer->setDestination(sf::Vector2i(100, 12));