From f20bd89dc4a7bf14a88b1effcaa1887b29314525 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Mon, 5 Sep 2022 20:35:53 +0200 Subject: gui: split GUI into Terminal components --- Scripts/Terminal/InputArea.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Scripts/Terminal/InputArea.cs (limited to 'Scripts/Terminal/InputArea.cs') diff --git a/Scripts/Terminal/InputArea.cs b/Scripts/Terminal/InputArea.cs new file mode 100644 index 0000000..eb78d38 --- /dev/null +++ b/Scripts/Terminal/InputArea.cs @@ -0,0 +1,15 @@ +using System; +using Godot; + +namespace Texty.Scripts.Terminal +{ + public abstract class InputArea : HBoxContainer + { + protected Label PromptLabel => GetNodeOrNull