diff --git a/src/scene-scripts/dialogue-system/dialog_bubble.cs b/src/scene-scripts/dialogue-system/dialog_bubble.cs index bf4a538..13f22db 100644 --- a/src/scene-scripts/dialogue-system/dialog_bubble.cs +++ b/src/scene-scripts/dialogue-system/dialog_bubble.cs @@ -1,6 +1,4 @@ using Godot; -using Godot.Collections; -using System; using System.Text.RegularExpressions; public partial class dialog_bubble : CanvasLayer