mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
commit
f2f8f9f0b0
3 changed files with 2 additions and 4 deletions
BIN
noita-proxy/assets/font/MiSans-Light.ttf
Normal file
BIN
noita-proxy/assets/font/MiSans-Light.ttf
Normal file
Binary file not shown.
|
@ -60,7 +60,7 @@ ip_host = 创建一个服务器
|
|||
|
||||
error_occured = 发生错误:
|
||||
error_missing_version_field = 大厅没有版本字段。大厅是由旧的noita-proxy版本创建的。
|
||||
error_version_mismatch = 大厅是由具有不同版本的noita-proxy版本创建的:{$remote_version}。当前已安装的版本是{$current_version}。
|
||||
error_version_mismatch = 版本不匹配,大厅是由{$remote_version}版本的noita-proxy创建的,当前已安装的版本是{$current_version}。
|
||||
error_lobby_does_not_exist = 大厅不存在
|
||||
|
||||
launcher_already_started = Noita已启动。
|
||||
|
|
|
@ -832,9 +832,7 @@ impl App {
|
|||
);
|
||||
font_definitions.font_data.insert(
|
||||
"noto_sans_sc".to_owned(),
|
||||
egui::FontData::from_static(include_bytes!(
|
||||
"../assets/font/NotoSansSChinese-Light.ttf"
|
||||
)),
|
||||
egui::FontData::from_static(include_bytes!("../assets/font/MiSans-Light.ttf")),
|
||||
);
|
||||
|
||||
font_definitions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue