We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5ae7e6 + c885832 commit d8dad30Copy full SHA for d8dad30
.gitattributes
@@ -8,3 +8,5 @@
8
/addons !export-ignore
9
/addons/block_code !export-ignore
10
/addons/block_code/** !export-ignore
11
+
12
+/addons/block_code/plugin.cfg export-subst
addons/block_code/plugin.cfg
@@ -1,7 +1,7 @@
1
[plugin]
2
3
name="BlockCode"
4
-description="Plugin that enables block coding that can be translated to GDScript."
5
-author=""
6
-version=""
+description="Create games using a high-level, block-based visual programming language."
+author="Endless"
+version="$Format:%(describe)$"
7
script="block_code_plugin.gd"
0 commit comments