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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user