[gd_scene load_steps=4 format=2] [ext_resource path="res://Scenes/Terminal/InputArea.tscn" type="PackedScene" id=1] [ext_resource path="res://Scripts/Game/CommandParser.cs" type="Script" id=2] [ext_resource path="res://Scripts/Game/CommandInputArea.cs" type="Script" id=3] [node name="CommandInputArea" instance=ExtResource( 1 )] script = ExtResource( 3 ) [node name="CommandParser" type="Node" parent="." index="2"] unique_name_in_owner = true script = ExtResource( 2 )