godot-xterm/test/scenes/pty_and_terminal.tscn

107 lines
2.9 KiB
Text
Raw Permalink Normal View History

2023-01-20 23:20:44 +01:00
[gd_scene load_steps=2 format=3 uid="uid://31l3ufwtaidn"]
2023-01-20 23:20:44 +01:00
[ext_resource type="Script" path="res://addons/godot_xterm/pty.gd" id="2"]
[node name="PTYandTerminal" type="Node"]
[node name="PTYChild" type="Node" parent="."]
2023-01-20 23:20:44 +01:00
[node name="Terminal" type="Terminal" parent="PTYChild"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
[node name="PTY" type="Node" parent="PTYChild/Terminal"]
2023-01-20 23:20:44 +01:00
script = ExtResource("2")
terminal_path = NodePath("..")
[node name="PTYSiblingAbove" type="Node" parent="."]
[node name="PTY" type="Node" parent="PTYSiblingAbove"]
2023-01-20 23:20:44 +01:00
script = ExtResource("2")
terminal_path = NodePath("../Terminal")
2023-01-20 23:20:44 +01:00
[node name="Terminal" type="Terminal" parent="PTYSiblingAbove"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
[node name="PTYSiblingBelow" type="Node" parent="."]
2023-01-20 23:20:44 +01:00
[node name="Terminal" type="Terminal" parent="PTYSiblingBelow"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
[node name="PTY" type="Node" parent="PTYSiblingBelow"]
2023-01-20 23:20:44 +01:00
script = ExtResource("2")
terminal_path = NodePath("../Terminal")
[node name="PTYCousinAbove" type="Node" parent="."]
[node name="Node" type="Node" parent="PTYCousinAbove"]
[node name="PTY" type="Node" parent="PTYCousinAbove/Node"]
2023-01-20 23:20:44 +01:00
script = ExtResource("2")
terminal_path = NodePath("../../Terminal")
2023-01-20 23:20:44 +01:00
[node name="Terminal" type="Terminal" parent="PTYCousinAbove"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
[node name="PTYCousinBelow" type="Node" parent="."]
2023-01-20 23:20:44 +01:00
[node name="Terminal" type="Terminal" parent="PTYCousinBelow"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
[node name="Node" type="Node" parent="PTYCousinBelow"]
[node name="PTY" type="Node" parent="PTYCousinBelow/Node"]
2023-01-20 23:20:44 +01:00
script = ExtResource("2")
terminal_path = NodePath("../../Terminal")
[node name="PTYCousinAbove2" type="Node" parent="."]
[node name="Node" type="Node" parent="PTYCousinAbove2"]
[node name="Node" type="Node" parent="PTYCousinAbove2/Node"]
[node name="PTY" type="Node" parent="PTYCousinAbove2/Node/Node"]
2023-01-20 23:20:44 +01:00
script = ExtResource("2")
terminal_path = NodePath("../../../Control/Terminal")
[node name="Control" type="Control" parent="PTYCousinAbove2"]
2023-01-20 23:20:44 +01:00
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
2023-01-20 23:20:44 +01:00
[node name="Terminal" type="Terminal" parent="PTYCousinAbove2/Control"]
layout_mode = 0
anchor_right = 1.0
anchor_bottom = 1.0
[node name="PTYCousinBelow2" type="Node" parent="."]
[node name="Control" type="Control" parent="PTYCousinBelow2"]
2023-01-20 23:20:44 +01:00
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
2023-01-20 23:20:44 +01:00
[node name="Terminal" type="Terminal" parent="PTYCousinBelow2/Control"]
layout_mode = 0
anchor_right = 1.0
anchor_bottom = 1.0
[node name="Node" type="Node" parent="PTYCousinBelow2"]
[node name="Node" type="Node" parent="PTYCousinBelow2/Node"]
[node name="PTY" type="Node" parent="PTYCousinBelow2/Node/Node"]
2023-01-20 23:20:44 +01:00
script = ExtResource("2")
terminal_path = NodePath("../../../Control/Terminal")