Some initial air boss stats

This commit is contained in:
Anuken
2020-07-23 21:50:07 -04:00
parent d6af9a6671
commit c1283b856b
3 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ public class Tile implements Position, QuadTreeObject, Displayable{
protected @NonNull Block block;
protected @NonNull Floor floor;
protected @NonNull Floor overlay;
/** Rotation, 0-3. Not guaranteed to be in any specific range. */
/** Rotation of blocks, or other data. Not guaranteed to be in any specific range. */
protected byte rotation;
protected boolean changing = false;