summaryrefslogtreecommitdiff
path: root/Scenes/Game/CommandInputArea.tscn
blob: 070123257f6d481a5517bcb4e6c2120d89297ab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[gd_scene load_steps=4 format=3 uid="uid://pcvqnlnw512w"]

[ext_resource type="PackedScene" uid="uid://b886lame7u8c8" path="res://Scenes/Terminal/InputArea.tscn" id="1"]
[ext_resource type="Script" path="res://Scripts/Game/CommandParser.cs" id="2"]
[ext_resource type="Script" path="res://Scripts/Game/CommandInputArea.cs" 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")