add block rotate

This commit is contained in:
lllzebralll
2022-11-19 23:05:33 +03:00
parent d2416946d9
commit 900e4ae098
11 changed files with 233 additions and 73 deletions
+1
View File
@@ -19,6 +19,7 @@ public:
bool obstacle = true;
bool selectable = true;
bool breakable = true;
bool rotatable = false;
float hitboxScale = 1;
float hitboxY = 1;