mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 04:14:22 +02:00
Convert from GDNative to GDExtension
Work in progress.
This commit is contained in:
parent
6b47d35835
commit
44f7e3801c
25 changed files with 408 additions and 304 deletions
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://c62updkby54f3"]
|
||||
|
||||
[sub_resource type="GDScript" id="1"]
|
||||
[sub_resource type="GDScript" id="GDScript_d8lvm"]
|
||||
script/source = "@tool
|
||||
extends SubViewport
|
||||
"
|
||||
|
@ -11,12 +11,13 @@ handle_input_locally = false
|
|||
gui_snap_controls_to_pixels = false
|
||||
size = Vector2i(2, 2)
|
||||
render_target_clear_mode = 1
|
||||
script = SubResource("1")
|
||||
script = SubResource("GDScript_d8lvm")
|
||||
|
||||
[node name="Terminal" type="Control" parent="."]
|
||||
layout_mode = 3
|
||||
[node name="Terminal" type="Terminal" parent="."]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_right = -2.0
|
||||
offset_bottom = -2.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue