add initial implementation of LDtk importer with data models and scene builder
This commit is contained in:
@@ -11,13 +11,18 @@ config_version=5
|
||||
[application]
|
||||
|
||||
config/name="ldtk-importer"
|
||||
config/features=PackedStringArray("4.5", "GL Compatibility")
|
||||
run/main_scene="uid://c1hl3wapfm8dh"
|
||||
config/features=PackedStringArray("4.5", "C#", "GL Compatibility")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[dotnet]
|
||||
|
||||
project/assembly_name="ldtk-importer"
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PackedStringArray("res://addons/csharp_ldtk_importer/plugin.cfg")
|
||||
|
||||
[rendering]
|
||||
|
||||
renderer/rendering_method="gl_compatibility"
|
||||
|
Reference in New Issue
Block a user