mirror of
https://github.com/Relintai/godot_data_editor.git
synced 2025-02-23 09:54:19 +01:00
18 lines
304 B
INI
18 lines
304 B
INI
|
[custom]
|
||
|
|
||
|
class_directory="res://classes"
|
||
|
encrypt=false
|
||
|
extension="json"
|
||
|
output_directory="res://data"
|
||
|
password=""
|
||
|
sanitize_ids=true
|
||
|
serializer="json"
|
||
|
|
||
|
[plugin]
|
||
|
|
||
|
author="Matthias Stoeckli"
|
||
|
description="An editor to write and use a data from Godot"
|
||
|
name="DataEditor"
|
||
|
script="data_editor.gd"
|
||
|
version="0.1"
|