mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 04:14:22 +02:00
Initial native commit
This commit is contained in:
parent
ac63de9285
commit
f6bd5a11c8
5 changed files with 20 additions and 94 deletions
7
addons/godot_xterm_native/plugin.cfg
Normal file
7
addons/godot_xterm_native/plugin.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
[plugin]
|
||||
|
||||
name="Godot Xterm Native"
|
||||
description=""
|
||||
author="Leroy Hopson"
|
||||
version="0.1"
|
||||
script="plugin.gd"
|
10
addons/godot_xterm_native/plugin.gd
Normal file
10
addons/godot_xterm_native/plugin.gd
Normal file
|
@ -0,0 +1,10 @@
|
|||
tool
|
||||
extends EditorPlugin
|
||||
|
||||
|
||||
func _enter_tree():
|
||||
pass
|
||||
|
||||
|
||||
func _exit_tree():
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue