add LICENSE and README files; provide documentation and licensing for the LDTK importer

This commit is contained in:
2025-09-23 02:29:53 +02:00
parent 43e5bfcdce
commit b0b70507e5
5 changed files with 246 additions and 0 deletions

View File

@@ -5,4 +5,10 @@
<EnableDynamicLoading>true</EnableDynamicLoading>
<RootNamespace>ldtkimporter</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Content Include="addons\csharp_ldtk_importer\LICENSE" />
<Content Include="addons\csharp_ldtk_importer\README.md" />
<Content Include="LICENSE" />
<Content Include="README.md" />
</ItemGroup>
</Project>