initial commit: add C# LDTK importer and project configuration
This commit is contained in:
6
addons/csharp_ldtk_importer/LdtkImporter.cs
Normal file
6
addons/csharp_ldtk_importer/LdtkImporter.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class LdtkImporter : Node
|
||||
{
|
||||
}
|
1
addons/csharp_ldtk_importer/LdtkImporter.cs.uid
Normal file
1
addons/csharp_ldtk_importer/LdtkImporter.cs.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://buyiva0tyos7g
|
7
addons/csharp_ldtk_importer/plugin.cfg
Normal file
7
addons/csharp_ldtk_importer/plugin.cfg
Normal file
@@ -0,0 +1,7 @@
|
||||
[plugin]
|
||||
|
||||
name="C# LDTK Importer"
|
||||
description="Imports LDtk level files as Godot scenes."
|
||||
author="Gabriel Kaszewski"
|
||||
version="1.0"
|
||||
script="LdtkImporter.cs"
|
Reference in New Issue
Block a user