Attempting to create a chart tag at a 45 degree angle
Code: Select all
/c game.player.force.add_chart_tag(game.player.surface, { position = game.player.position,
text = "This is a chart tag",
orientation = (2 * math.pi * (45/360))
}
Any ideas guys or should I raise this in the bugs forum?
~DutchTed