diff options
author | jake <jake@jakes-mail.top> | 2023-02-17 14:37:23 -0500 |
---|---|---|
committer | jake <jake@jakes-mail.top> | 2023-02-17 14:37:23 -0500 |
commit | ece682cacbb4300897239cd03cc427161788626e (patch) | |
tree | 921ff2d09021bca942740f8b719a24ad6e17c70c /addons/godot-git-plugin/git_api.gdns | |
parent | 93f5dbb7e1da18f9146cd6f56b33496378d4aea8 (diff) |
Initial Commit
Diffstat (limited to 'addons/godot-git-plugin/git_api.gdns')
-rw-r--r-- | addons/godot-git-plugin/git_api.gdns | 9 |
1 files changed, 9 insertions, 0 deletions
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" |