Yeah, this really isn't wanting to work. Gonna need to probably redo everything
This commit is contained in:
@@ -9,13 +9,14 @@ public:
|
||||
~Explorer();
|
||||
sf::Vector2i getPosition();
|
||||
sf::Color getColor();
|
||||
void setDestination(sf::Vector2i destination_);
|
||||
bool move();
|
||||
private:
|
||||
sf::Color color;
|
||||
sf::Vector2i position;
|
||||
Map* map;
|
||||
|
||||
std::stack<int> movement_stack;
|
||||
bool move();
|
||||
std::deque<int> movement_stack;
|
||||
bool plan(sf::Vector2i destination_);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user