Skip to content

Commit

Permalink
Merge pull request #10 from balt-is-you-and-shift/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0ade authored Nov 4, 2021
2 parents a348b36 + 4475aaa commit 82d735c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CelesteNet.Server.ChatModule/CMDs/ChatCMDEmote.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class ChatCMDE : ChatCMDEmote {

public class ChatCMDEmote : ChatCMD {

public override string Args => "<text> | i:<img> | p:<img>";
public override string Args => "<text> | i:<img> | p:<img> | g:<img>";

public override string Info => "Send an emote appearing over your player.";
public override string Help =>
Expand All @@ -27,6 +27,7 @@ Normal text appears over your player.
This syntax also works for your ""favorites"" (settings file).
i:TEXTURE shows TEXTURE from the GUI atlas.
p:TEXTURE shows TEXTURE from the Portraits atlas.
g:TEXTURE shows TEXTURE from the Gameplay atlas.
p:FRM1 FRM2 FRM3 plays an animation, 7 FPS by default.
p:10 FRM1 FRM2 FRM3 plays the animation at 10 FPS.";

Expand Down

0 comments on commit 82d735c

Please sign in to comment.