diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2021-12-09 00:52:59 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2021-12-09 00:52:59 +0100 |
commit | 0f518727c28d3204415db14c7ca0e4f7cb653677 (patch) | |
tree | a595121771b69a52f17154d8e5c61b7e4b2b8190 /addons/voxel-core/plugin.cfg |
working
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" |