Skip to content

Commit f1631ea

Browse files
authored
feature: Send Chat Bubble to all players #2455 (#2456)
* Fix chat bubble visibility * Feature Send Chat Bubble to all players * Remove comments from the code * Feature Show Chat Bubble In Proximity * Delete Intersect.Editor/Forms/Editors/Events/Event Commands/EventCommand_ChatboxText.resx
1 parent 4e51e86 commit f1631ea

File tree

6 files changed

+198
-148
lines changed

6 files changed

+198
-148
lines changed

Framework/Intersect.Framework.Core/GameObjects/Events/Commands/EventCommands.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ public partial class AddChatboxTextCommand : EventCommand
180180
public ChatboxChannel Channel { get; set; } = ChatboxChannel.Player;
181181

182182
public bool ShowChatBubble { get; set; }
183+
184+
public bool ShowChatBubbleInProximity { get; set; }
185+
183186
}
184187

185188
public partial class SetVariableCommand : EventCommand

Intersect.Editor/Forms/Editors/Events/Event Commands/EventCommand_ChatboxText.Designer.cs

Lines changed: 162 additions & 141 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)