From 9ecc30e31da0bdf81342d1fc07610aba0441ed58 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Tue, 6 Sep 2022 10:19:18 +0200 Subject: editor: allow scripts to run in editor --- Scripts/Game/CommandInputArea.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Scripts/Game/CommandInputArea.cs') diff --git a/Scripts/Game/CommandInputArea.cs b/Scripts/Game/CommandInputArea.cs index 7d0ba5c..2f1fc09 100644 --- a/Scripts/Game/CommandInputArea.cs +++ b/Scripts/Game/CommandInputArea.cs @@ -3,6 +3,7 @@ using Texty.Scripts.Terminal; namespace Texty.Scripts.Game { + [Tool] public class CommandInputArea : InputArea { [Signal] public delegate void CommandSubmitted(Command command); -- cgit v1.2.3