Named the starter planet
This commit is contained in:
@@ -76,7 +76,7 @@ abstract class BuilderComp implements Unitc{
|
||||
|
||||
Tile tile = world.tile(current.x, current.y);
|
||||
|
||||
if(!within(tile, finalPlaceDst)){
|
||||
if(within(tile, finalPlaceDst)){
|
||||
rotation = Mathf.slerpDelta(rotation, angleTo(tile), 0.4f);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user