feat: Add GameTitle

This commit is contained in:
2026-02-04 16:38:21 +08:00
parent 940f0b11a1
commit ede8dfbb26
3 changed files with 11 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ namespace UI
constexpr int LogicalWidth = 640;
constexpr int LogicalHeight = 360;
constexpr int TitleSize = 16 * 8;
// 字体大小(逻辑像素)
constexpr int DIALOG_FONT_SIZE = 14;
constexpr int UI_SMALL_FONT_SIZE = 8;