[+] Load png TabTitle

This commit is contained in:
Clansty
2024-09-06 23:15:53 +08:00
parent 0eec8dea05
commit 6580b78485
8 changed files with 185 additions and 99 deletions

View File

@@ -1,4 +1,5 @@
using System.Diagnostics.CodeAnalysis;
using Tomlet.Attributes;
namespace AquaMai
{
@@ -23,6 +24,7 @@ namespace AquaMai
public bool SkipWarningScreen { get; set; }
public bool SinglePlayer { get; set; }
public bool SkipToMusicSelection { get; set; }
public bool LoadAssetsPng { get; set; }
public bool LoadJacketPng { get; set; }
public bool LoadAssetBundleWithoutManifest { get; set; }
public bool QuickSkip { get; set; }