Skip to content

Commit d8dad30

Browse files
authored
Merge pull request #88 from endlessm/T35503-plugin.cfg-fields
Populate more fields of plugin.cfg
2 parents c5ae7e6 + c885832 commit d8dad30

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
/addons !export-ignore
99
/addons/block_code !export-ignore
1010
/addons/block_code/** !export-ignore
11+
12+
/addons/block_code/plugin.cfg export-subst

addons/block_code/plugin.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[plugin]
22

33
name="BlockCode"
4-
description="Plugin that enables block coding that can be translated to GDScript."
5-
author=""
6-
version=""
4+
description="Create games using a high-level, block-based visual programming language."
5+
author="Endless"
6+
version="$Format:%(describe)$"
77
script="block_code_plugin.gd"

0 commit comments

Comments
 (0)