diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-10-04 22:29:47 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-10-04 22:29:47 +0200 |
| commit | 8e8a58bac339aa06e860b977670f16c8b4eb30a8 (patch) | |
| tree | dca345a96b83778354dc7c39dd3d45bf180d4628 /addons/ClassExporter/plugin.cfg | |
| parent | 0e93e05427b045088a8f5257cee3c1a3a54e7888 (diff) | |
| download | texty-8e8a58bac339aa06e860b977670f16c8b4eb30a8.tar.xz texty-8e8a58bac339aa06e860b977670f16c8b4eb30a8.zip | |
scenes: reinstate credits and game start
Diffstat (limited to 'addons/ClassExporter/plugin.cfg')
| -rw-r--r-- | addons/ClassExporter/plugin.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/ClassExporter/plugin.cfg b/addons/ClassExporter/plugin.cfg index bc7c3b7..91185b3 100644 --- a/addons/ClassExporter/plugin.cfg +++ b/addons/ClassExporter/plugin.cfg @@ -4,4 +4,4 @@ name = "C# Class Exporter" description = "Add C# Node and Resource classes to Godot" author = "Sophia Pearson" version = "1.0.0" -script = "Plugin.cs"
\ No newline at end of file +script = "Plugin.cs" |
