Edit of asset "Godot Data Editor" Accepted

Old/Current New/Edit
Title Godot Data Editor
Description Embrace a more data-driven workflow! Simply create a class which extends "data_item.gd" and create as many instances as you wish. Access the data with a powerful and simple to use API.

Features:
* Create data classes with the click of a button
* Use gdscript to add properties and logic to your data classes, all instances will be Nodes
* Supports binary and json serialization
* Make use of the built-in export property hints
* Add instance-specific custom properties
* Access data with a simple API using the "data" singleton
* ALPHA: Use the notification/observer system to react to changes in data items
* ALPHA: Encrypt your data files

Important: Do not forget to add a singleton called "data" which references the following file: "your_project/addons/godot_data_editor/data.gd"
Category Tools
License MIT
Repository Provider GitHub
Repository Url https://github.com/Stoeoeoe/godot_data_editor/
Issues Url https://github.com/Stoeoeoe/godot_data_editor/issues
Godot version Godot 2.1.3
Version String 0.1.2
Download Commit v0.1.2 v0.1.1
Download Url (Computed) https://github.com/Stoeoeoe/godot_data_editor/archive/v0.1.2.zip https://github.com/Stoeoeoe/godot_data_editor/archive/v0.1.1.zip
Icon Url https://raw.githubusercontent.com/Stoeoeoe/godot_data_editor/master/misc/store_icon.png