Added IceBrick and started to remove the scale dependency for physics bodies

This commit is contained in:
viktorljung
2015-10-05 16:25:00 +02:00
parent dca06a46a5
commit 005fd40167
7 changed files with 1264 additions and 11 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ namespace Components
struct CircleShape : public Component
{
// Circles are circles
float Radius = 1.f;
};
}