Initial native commit

This commit is contained in:
Leroy Hopson 2020-07-11 15:52:06 +07:00
parent ac63de9285
commit f6bd5a11c8
5 changed files with 20 additions and 94 deletions

View file

@ -0,0 +1,7 @@
[plugin]
name="Godot Xterm Native"
description=""
author="Leroy Hopson"
version="0.1"
script="plugin.gd"

View file

@ -0,0 +1,10 @@
tool
extends EditorPlugin
func _enter_tree():
pass
func _exit_tree():
pass