mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 14:10:55 +03:00
Made a new material IO plugin because the old one wasn't working. The new material IO plugin uses JSON instead of a custom resource because you currently cannot save custom resources from GDScript.
15 lines
141 B
INI
15 lines
141 B
INI
[plugin]
|
|
|
|
name="Custom Dock"
|
|
description="Adds a new Customizable Dock"
|
|
author="Juan Linietsky"
|
|
version="1.0"
|
|
script="dock_plugin.gd"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|