From ba41bbbb09e0d1057179a0f221b8d297d37ecb79 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 8 Aug 2022 07:46:32 +0300 Subject: Initial commit --- addons/godot-git-plugin/git_api.gdns | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 addons/godot-git-plugin/git_api.gdns (limited to 'addons/godot-git-plugin/git_api.gdns') diff --git a/addons/godot-git-plugin/git_api.gdns b/addons/godot-git-plugin/git_api.gdns new file mode 100644 index 0000000..eac0d86 --- /dev/null +++ b/addons/godot-git-plugin/git_api.gdns @@ -0,0 +1,9 @@ +[gd_resource type="NativeScript" load_steps=2 format=2] + +[ext_resource path="res://addons/godot-git-plugin/git_api.gdnlib" type="GDNativeLibrary" id=1] + +[resource] +resource_name = "GitAPI" +class_name = "GitAPI" +library = ExtResource( 1 ) +script_class_name = "GitAPI" -- cgit v1.3