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:
parent
e086f6dac0
commit
90f7287860
11 changed files with 282 additions and 9 deletions
|
@ -13,6 +13,7 @@ message PositionMessage {
|
|||
}
|
||||
Direction direction = 3;
|
||||
bool moving = 4;
|
||||
uint32 outlineColor = 5;
|
||||
}
|
||||
|
||||
message PointMessage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue