mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-03 12:04:24 +02:00
Remove gdscript version and replace with native
Former-commit-id: f9474fe533
This commit is contained in:
parent
f8412a03f5
commit
a022104230
126 changed files with 116 additions and 14221 deletions
|
@ -1,8 +1,8 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://addons/godot_xterm_native/terminal.gdns" type="Script" id=1]
|
||||
[ext_resource path="res://addons/godot_xterm_native/themes/default.theme" type="Theme" id=2]
|
||||
[ext_resource path="res://addons/godot_xterm_native/pseudoterminal.gdns" type="Script" id=3]
|
||||
[ext_resource path="res://addons/godot_xterm/terminal.gdns" type="Script" id=1]
|
||||
[ext_resource path="res://addons/godot_xterm/themes/default.theme" type="Theme" id=2]
|
||||
[ext_resource path="res://addons/godot_xterm/pseudoterminal.gdns" type="Script" id=3]
|
||||
[ext_resource path="res://examples/terminal/container.gd" type="Script" id=4]
|
||||
|
||||
[node name="Container" type="Container"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue