Issues with RoomVisual
chobobobo opened this issue · 2 comments
chobobobo commented
RoomVisual constructor needs to have roomName as optional: http://docs.screeps.com/api/#RoomVisual
TextStyle needs 3 additional optional, I have extended it using:
interface TextStyle {
font?: string | number;
stroke?: string;
strokeWidth?: number;
}
http://docs.screeps.com/api/#RoomVisual.text
anisoptera commented