1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-08 20:57:13 +08:00

feat(ComponentManager): 实现组件管理器并初始化子弹资源

refactor(DirTool): 添加获取无扩展名文件名的方法
feat(WorldManager): 初始化ComponentManager

新增多个子弹资源文件并移动至统一目录
包括ForeverRainbow、ArrowSeven、SunDance、HeavyCrystal和LightGun
This commit is contained in:
2025-09-21 13:05:20 +08:00
parent 4c5842fb9e
commit e688f7f0c1
8 changed files with 20 additions and 1 deletions
+2
View File
@@ -18,3 +18,5 @@ static func listdir(path: String) -> Array[String]:
return files
else:
return []
static func getBasenameWithoutExtension(path: String) -> String:
return path.get_file().get_basename()