icon预览和自动生成

This commit is contained in:
Bob.Song
2025-10-28 17:46:08 +08:00
parent af4dbc5cde
commit 7b8c6d5cec
204 changed files with 8454 additions and 174 deletions

View File

@@ -14,5 +14,10 @@ namespace NBF
{
return config.Key.GetDesc();
}
public static string GetModelPath(this ItemConfig config)
{
return "gfx/" + config.Model;
}
}
}