1.修改文件后缀为rscript2.NewSubScript现在专用于创建简单对象

This commit is contained in:
2025-11-11 16:19:14 +08:00
parent 832622b84c
commit 1811006eb1
3 changed files with 34 additions and 5 deletions

View File

@@ -184,7 +184,7 @@ namespace Demo.Game
{
while (MainConfig.Contains("root") == false)
{
string defaultRootPath = "root.cpp";
string defaultRootPath = "root.rscript";
if (content.IsCreateNewProject)
{
MainConfig["root"] = defaultRootPath;