From f711d55d465bd8838dc55bde1f4a25d582a6bb6b Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Sun, 4 Sep 2022 21:52:27 +0200 Subject: tests: adjust tests to new design --- Scripts/Game/Input.cs | 11 +++++++---- Scripts/Game/Output.cs | 2 ++ Scripts/Game/StatusLine.cs | 4 ++-- 3 files changed, 11 insertions(+), 6 deletions(-) (limited to 'Scripts') diff --git a/Scripts/Game/Input.cs b/Scripts/Game/Input.cs index 2342ac2..90a9962 100644 --- a/Scripts/Game/Input.cs +++ b/Scripts/Game/Input.cs @@ -8,17 +8,20 @@ namespace Texty.Scripts.Game [Signal] public delegate void UnknownInputSubmitted(string text); private CommandParser CommandParser => GetNodeOrNull($"%{nameof(CommandParser)}"); - private Label Prompt => GetNodeOrNull