- Steam App
- Screeps: World (464350)
- Event type
- patch note
- Published
- 6 February 2017 - 11:32:23 UTC
- Source
- steam_community_announcements
https://s3.amazonaws.com/static.screeps.com/upload/2017-02/visual.png We introduced an exciting new major feature - RoomVisual API. Now you can draw simple shapes (lines, circles, rectangles, polygons, text labels) right at the game field in any room to debug your code and/or display arbitrary info. For example, you can visualize your creep path (using the new visualizePathStyle move option), plan your future structures placement, display debugging text messages including Unicode emoji, and many more. These visuals are visible only to you, and all API calls have no added CPU cost. API ChangelogAdded new RoomVisual global prototype.Added new Room.visual property.Added new visualizePathStyle option to the Creep.moveTo method. These features are supported in private server v2.3.0.