Add outline color

This commit is contained in:
Brandon Sturgeon 2021-02-16 11:05:38 -08:00 committed by Brandon Sturgeon
parent 641b67c948
commit 5b46cb7879

View File

@ -16,7 +16,7 @@ class AvatarService
url: "http://#{AvatarServiceAddress}/outline"
method: "POST"
type: "application/json"
body: TableToJSON :avatarUrl
body: TableToJSON { :avatarUrl, :outlineColor }
setOutlinedAvatar: (ply, avatarUrl) =>
data = ply.response.players[1]