diff options
author | Jonas Bernard <public.jbernard@web.de> | 2021-04-25 14:29:16 +0200 |
---|---|---|
committer | Jonas Bernard <public.jbernard@web.de> | 2021-04-25 14:29:25 +0200 |
commit | 9dd6a62071a65b1794c41c725a89f2f9da35a1cb (patch) | |
tree | 9ccdd493616edcbe948f43d5b8f8bfd1cde9bd9a /git_api.gdns | |
parent | 786a6f326811973c7be9767b39053901406d3843 (diff) | |
download | ldjam48-9dd6a62071a65b1794c41c725a89f2f9da35a1cb.tar.gz ldjam48-9dd6a62071a65b1794c41c725a89f2f9da35a1cb.tar.bz2 ldjam48-9dd6a62071a65b1794c41c725a89f2f9da35a1cb.zip |
git integration
Diffstat (limited to 'git_api.gdns')
-rw-r--r-- | git_api.gdns | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/git_api.gdns b/git_api.gdns new file mode 100644 index 0000000..adab80a --- /dev/null +++ b/git_api.gdns @@ -0,0 +1,9 @@ +[gd_resource type="NativeScript" load_steps=2 format=2] + +[ext_resource path="res://git_api.gdnlib" type="GDNativeLibrary" id=1] + +[resource] +resource_name = "GitAPI" +class_name = "GitAPI" +library = ExtResource( 1 ) +script_class_name = "GitAPI" |