mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-05 04:34:23 +02:00
Remove references to terminal.gd
This commit is contained in:
parent
e563a15ce2
commit
15e5b2b8c7
10 changed files with 68 additions and 135 deletions
|
@ -1,6 +1,5 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://d3xc4utggdchf"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://d3xc4utggdchf"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/godot_xterm/terminal.gd" id="2"]
|
||||
[ext_resource type="Script" path="res://examples/web_console/web_console.gd" id="3"]
|
||||
|
||||
[node name="WebConsole" type="Control"]
|
||||
|
@ -12,9 +11,7 @@ grow_horizontal = 2
|
|||
grow_vertical = 2
|
||||
script = ExtResource("3")
|
||||
|
||||
[node name="Terminal" type="Control" parent="."]
|
||||
anchors_preset = 0
|
||||
[node name="Terminal" type="Terminal" parent="."]
|
||||
layout_mode = 0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
focus_mode = 2
|
||||
script = ExtResource("2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue