Adding the ability to set the player's color outline via the scripting API

(currently not shared with the other players yet)
This commit is contained in:
David Négrier 2021-12-21 17:02:18 +01:00
parent e086f6dac0
commit 90f7287860
11 changed files with 282 additions and 9 deletions

View file

@ -13,6 +13,7 @@ message PositionMessage {
}
Direction direction = 3;
bool moving = 4;
uint32 outlineColor = 5;
}
message PointMessage {