summaryrefslogtreecommitdiff
path: root/Scenes/Game/CommandInputArea.tscn
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-10-04 22:02:27 +0200
committerSophia Pearson <codergal89@gmail.com>2022-10-04 22:18:24 +0200
commit0e93e05427b045088a8f5257cee3c1a3a54e7888 (patch)
tree609b7aef21a5e3a0e6ba4c2e21c2f52d3fa73702 /Scenes/Game/CommandInputArea.tscn
parent5aef5f2804e6c32d93174719bc66eec98ae62a46 (diff)
downloadtexty-0e93e05427b045088a8f5257cee3c1a3a54e7888.tar.xz
texty-0e93e05427b045088a8f5257cee3c1a3a54e7888.zip
scenes: finish Godot 4 upgrades
Diffstat (limited to 'Scenes/Game/CommandInputArea.tscn')
-rw-r--r--Scenes/Game/CommandInputArea.tscn14
1 files changed, 7 insertions, 7 deletions
diff --git a/Scenes/Game/CommandInputArea.tscn b/Scenes/Game/CommandInputArea.tscn
index b377443..0701232 100644
--- a/Scenes/Game/CommandInputArea.tscn
+++ b/Scenes/Game/CommandInputArea.tscn
@@ -1,12 +1,12 @@
-[gd_scene load_steps=4 format=2]
+[gd_scene load_steps=4 format=3 uid="uid://pcvqnlnw512w"]
-[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]
+[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="CommandInputArea" instance=ExtResource("1")]
+script = ExtResource("3")
[node name="CommandParser" type="Node" parent="." index="2"]
unique_name_in_owner = true
-script = ExtResource( 2 )
+script = ExtResource("2")