From e127ad39e742396030352240d829bc903b1d4464 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Mon, 3 Oct 2022 22:22:50 +0200 Subject: godot: inital Godot 4 migration --- Scripts/Terminal/InputArea.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Scripts/Terminal/InputArea.cs') diff --git a/Scripts/Terminal/InputArea.cs b/Scripts/Terminal/InputArea.cs index eb78d38..a32ad2c 100644 --- a/Scripts/Terminal/InputArea.cs +++ b/Scripts/Terminal/InputArea.cs @@ -1,15 +1,17 @@ -using System; using Godot; namespace Texty.Scripts.Terminal { - public abstract class InputArea : HBoxContainer + public partial class InputArea : HBoxContainer { protected Label PromptLabel => GetNodeOrNull