【m】入口更新

This commit is contained in:
2025-11-05 16:48:51 +08:00
parent 87e659271b
commit 6feeef8ee4
39 changed files with 532 additions and 3578 deletions

View File

@@ -26,15 +26,6 @@ namespace R
public const string unityengine_coremodule_dll_bytes = "Android_UnityEngine.CoreModule.dll";
public const string yooasset_dll_bytes = "Android_YooAsset.dll";
}
}
public static class font
{
public const string arialunicodemssdf_asset = "Font_Arial Unicode MS SDF";
public const string arialunicodems_ttf = "Font_Arial Unicode MS";
public const string sweigothiclegcjksc_demilightblue_asset = "Font_SweiGothicLegCJKsc-DemiLight Blue";
public const string sweigothiclegcjksc_demilightsdf_asset = "Font_SweiGothicLegCJKsc-DemiLight SDF";
public const string sweigothiclegcjksc_demilight_ttf = "Font_SweiGothicLegCJKsc-DemiLight";
public const string sweigothiclegcjksc_medium_ttf = "Font_SweiGothicLegCJKsc-Medium";
}
public static class prefabs
{
@@ -51,6 +42,7 @@ namespace R
}
public static class sprites
{
public const string bg_png = "Sprites_bg";
}
public static class video
{