Multithreaded, I think the hangup now is sprite drawing, but it looks much more impressive now. So i'm happy

This commit is contained in:
2015-12-22 14:49:32 -08:00
parent c4606642e6
commit a308f25708
3 changed files with 27 additions and 19 deletions

View File

@@ -4,8 +4,8 @@
class Node {
public:
static const int x_bound = 150;
static const int y_bound = 150;
static const int x_bound = 1000;
static const int y_bound = 1000;
Node(sf::Vector2i position_);
~Node();