diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-09-06 10:19:18 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-09-06 10:19:45 +0200 |
| commit | 9ecc30e31da0bdf81342d1fc07610aba0441ed58 (patch) | |
| tree | d5c60b4739b4b6bc41f769adff6167cc025c3e3d /Scripts/Game | |
| parent | 000f1c89ce7505b7d0d59af86c5ab5be2cfca54e (diff) | |
| download | texty-9ecc30e31da0bdf81342d1fc07610aba0441ed58.tar.xz texty-9ecc30e31da0bdf81342d1fc07610aba0441ed58.zip | |
editor: allow scripts to run in editor
Diffstat (limited to 'Scripts/Game')
| -rw-r--r-- | Scripts/Game/CommandInputArea.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
