mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
16 lines
395 B
Text
16 lines
395 B
Text
[gd_scene load_steps=2 format=3 uid="uid://bo7q8qjwr52t0"]
|
|
|
|
[ext_resource type="Script" path="res://test/scenes/basic.gd" id="2"]
|
|
|
|
[node name="BasicNewTerm" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource("2")
|
|
|
|
[node name="Terminal" type="Terminal" parent="."]
|
|
layout_mode = 0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
focus_mode = 1
|