Tank wheel pair!

This commit is contained in:
2014-05-30 01:04:09 +02:00
parent 701ca06a65
commit 235a03ab4c
5 changed files with 143 additions and 314 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ namespace Components
struct WheelPair : Component
{
EntityID FakeWheel1;
EntityID FakeWheel2;
EntityID FakeWheelFront;
EntityID FakeWheelBack;
virtual WheelPair* Clone() const override { return new WheelPair(*this); }
};