add many feature, but have many draw bugs

This commit is contained in:
lllzebralll
2022-08-10 20:18:04 +03:00
parent 9a92d7a20c
commit 539c5f90bd
8 changed files with 355 additions and 146 deletions
+1
View File
@@ -15,6 +15,7 @@ public:
bool obstacle = true;
bool selectable = true;
bool breakable = true;
unsigned char type = 1;
Block(unsigned int id, int texture);
};