Moved rotation to Building
This commit is contained in:
@@ -121,7 +121,7 @@ public class Blocks implements ContentList{
|
||||
|
||||
cliff = new Cliff("cliff"){{
|
||||
inEditor = false;
|
||||
saveRotation = true;
|
||||
saveData = true;
|
||||
}};
|
||||
|
||||
//Registers build blocks
|
||||
|
||||
@@ -266,6 +266,7 @@ public class UnitTypes implements ContentList{
|
||||
splashDamage = 40f;
|
||||
killShooter = true;
|
||||
hittable = false;
|
||||
collidesAir = true;
|
||||
}};
|
||||
}});
|
||||
}};
|
||||
|
||||
Reference in New Issue
Block a user