Closed ngbrown closed 3 years ago
The docs say to use a RoomPosition object with createConstructionSite. That that worked in the demo. I didn't try the separated x, y version, so this may or may not need to be a replacement.
RoomPosition
createConstructionSite
x
y
I guess the tutorial is still working, and the createConstructionSite(50, 55, StructureTower) option did work, so a overload is correct.
createConstructionSite(50, 55, StructureTower)
Added tests and rebased.
The docs say to use a
RoomPosition
object withcreateConstructionSite
. That that worked in the demo. I didn't try the separatedx
,y
version, so this may or may not need to be a replacement.