godot-xterm/addons/godot_xterm/nodes/terminal/viewport.tscn

24 lines
568 B
Text
Raw Normal View History

2022-11-09 23:29:11 +01:00
[gd_scene load_steps=2 format=3 uid="uid://c62updkby54f3"]
[sub_resource type="GDScript" id="GDScript_d8lvm"]
2022-11-09 23:29:11 +01:00
script/source = "@tool
2022-11-09 21:57:46 +01:00
extends SubViewport
"
2022-11-09 21:57:46 +01:00
[node name="SubViewport" type="SubViewport"]
transparent_bg = true
handle_input_locally = false
gui_snap_controls_to_pixels = false
2022-11-09 23:29:11 +01:00
size = Vector2i(2, 2)
render_target_clear_mode = 1
script = SubResource("GDScript_d8lvm")
[node name="Terminal" type="Terminal" parent="."]
2022-11-09 23:29:11 +01:00
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
2022-11-09 21:57:46 +01:00
offset_right = -2.0
offset_bottom = -2.0
grow_horizontal = 2
grow_vertical = 2