HTML5-File-Exchange-for-Godot/addons/HTML5FileExchange/plugin.cfg

16 lines
398 B
INI
Raw Permalink Normal View History

2020-06-03 17:03:57 +00:00
[plugin]
name="HTML5 File Exchange"
description="Open/Import and Save/Export files in HTML5 environment.
Supported input - *.png, *.jpeg, *.webp
Supported output - *.png
Usage:
Get file from User -
var image:Image = yield(HTML5File.get_image(), \"completed\")
Send file to User -
HTML5File.save_image(image:Image, fileName:String = \"export\")"
author="laame"
version="0.1.1"
script="plugin.gd"