Ball hitting bricks destroys bricks! We can PLAY! (kind of)

This commit is contained in:
PlatinumSkink
2015-09-11 10:50:49 +02:00
parent 7e945c85d3
commit c829315598
8 changed files with 151 additions and 44 deletions
+5 -5
View File
@@ -7,11 +7,11 @@ namespace dd
namespace Components
{
struct Physics: public Component
{
//idk if anything should be here :)
bool Static = true;
};
struct Physics: public Component
{
//idk if anything should be here :)
bool Static = true;
};
}