1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00

加了更好的激光效果,但是trae仍然司马

This commit is contained in:
2025-08-28 21:02:44 +08:00
parent 4b037027df
commit 265ea2fe65
8 changed files with 326 additions and 23 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ func _ready():
for feedScene in DirTool.listdir("res://components/Feeds/"):
if feedScene.get_extension() == "remap":
feedScene = feedScene.substr(0, len(feedScene) - 6)
print("正在从", feedScene, "加载饲料卡")
print("正在从 %s 加载饲料卡" % feedScene)
var feed = load(feedScene).instantiate()
avaliableFeeds.add_child(feed)