diff options
Diffstat (limited to 'addons/voxel-core/plugin.cfg')
-rw-r--r-- | addons/voxel-core/plugin.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addons/voxel-core/plugin.cfg b/addons/voxel-core/plugin.cfg new file mode 100644 index 0000000..191b7b3 --- /dev/null +++ b/addons/voxel-core/plugin.cfg @@ -0,0 +1,7 @@ +[plugin] + +name="Voxel-Core" +description="Voxel plugin for the Godot game engine!" +author="ClarkThyLord" +version="3.0.0" +script="voxel-core.gd" |