Physics!!!!!1111oneoneonetwo

This commit is contained in:
ViktorLjung
2014-04-06 03:39:50 +02:00
parent d6fc82c91e
commit 1d0747076f
12 changed files with 373 additions and 18 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ namespace Components
struct SphereShape : Component
{
float radius;
float Radius;
float RollingFriction;
};
}