Add two new COMSTR environment variables

This commit is contained in:
Thaddeus Crews
2023-11-20 14:31:56 -06:00
parent dad6c774b0
commit 0ce9b6fd1d
14 changed files with 48 additions and 33 deletions

View File

@ -5,7 +5,7 @@ Import("env")
import editor.template_builders as build_template_gd
env["BUILDERS"]["MakeGDTemplateBuilder"] = Builder(
action=env.Run(build_template_gd.make_templates, "Generating GDScript templates header."),
action=env.Run(build_template_gd.make_templates),
suffix=".h",
src_suffix=".gd",
)