Added properties

This commit is contained in:
andreja6
2018-10-22 18:20:28 -07:00
parent b18ebfb56f
commit b097cb15e4
6 changed files with 55 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ bool dragging = false;
Vector2 oldMouse = Vector2(0,0);
float moveRate = 0.5;
std::vector<Instance*> selectedInstances = std::vector<Instance*>();
static const std::string PlaceholderName = "Dynamica";
static const std::string PlaceholderName = "HyperCube";
Demo *usableApp = NULL;