Fixed so generated bricks fo not collide with anything.

This commit is contained in:
PlatinumSkink
2015-10-22 15:42:28 +02:00
parent eedcc76e92
commit 49c80c1c5a
7 changed files with 72 additions and 19 deletions
+4 -3
View File
@@ -13,10 +13,11 @@ namespace dd
namespace Components
{
struct Life : Component {
struct Life : Component
{
int Number = 0;
float SinusAltitude = 1;
bool Left = false;
};
}