diff options
| author | Jan Tuomi <jantuomi@Jans-MacBook-Pro.local> | 2022-08-08 07:46:32 +0300 |
|---|---|---|
| committer | Jan Tuomi <jantuomi@Jans-MacBook-Pro.local> | 2022-08-08 07:46:32 +0300 |
| commit | ba41bbbb09e0d1057179a0f221b8d297d37ecb79 (patch) | |
| tree | 3e2fa115dfe2f2ca8d254744fae5646f6a346ce9 /addons/godot-git-plugin/git_api.gdns | |
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" |
