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/Terminal/OutputBlock.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Scripts/Terminal/OutputBlock.cs') diff --git a/Scripts/Terminal/OutputBlock.cs b/Scripts/Terminal/OutputBlock.cs index b611cb5..08b2ab2 100644 --- a/Scripts/Terminal/OutputBlock.cs +++ b/Scripts/Terminal/OutputBlock.cs @@ -2,6 +2,7 @@ using Godot; namespace Texty.Scripts.Terminal { + [Tool] public class OutputBlock : MarginContainer { private string _content = ""; -- cgit v1.2.3