From 6fe4972aa48a29d0aafee0461ccd6c635ca9ee6c Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Mon, 23 May 2022 00:02:58 +0200 Subject: commands: add basic command parser infrastructure --- Scripts/OutputRow.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Scripts/OutputRow.cs') diff --git a/Scripts/OutputRow.cs b/Scripts/OutputRow.cs index 15a6454..13d9293 100644 --- a/Scripts/OutputRow.cs +++ b/Scripts/OutputRow.cs @@ -11,12 +11,12 @@ namespace Texty.Scripts [Signal] public delegate void OutputTextChanged(string newText); - public Label Input; - public Label Output; - private string _inputText = ""; private string _outputText = ""; + public Label Input; + public Label Output; + [Export] public string InputText { @@ -69,4 +69,4 @@ namespace Texty.Scripts Output } } -} \ No newline at end of file +} \ No newline at end of file -- cgit v1.2.3