Use license compatible font instead

This commit is contained in:
YuWeiWu 2020-04-04 14:58:34 +08:00
parent 3dbc268a76
commit 62b765ebc5
No known key found for this signature in database
GPG Key ID: 54A3692F155691E4
5 changed files with 38 additions and 16 deletions

View File

@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added Italian translation
- Added Portuguese translation
- Added Turkish translation
- Added Traditional Chinese translation
- Complete rewrite of the combat system into a state machine
- Abilities like Dash and Triplestrike
- Armor can now be eqipped as items

View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2012 hikaen2
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

BIN
assets/voxygen/font/Zpix.ttf (Stored with Git LFS)

Binary file not shown.

BIN
assets/voxygen/font/bdfUMplus-outline.ttf (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -7,23 +7,23 @@ VoxygenLocalization(
convert_utf8_to_ascii: false,
fonts: {
"opensans": Font (
asset_key: "voxygen.font.Zpix",
asset_key: "voxygen.font.bdfUMplus-outline",
scale_ratio: 1.0,
),
"metamorph": Font (
asset_key: "voxygen.font.Zpix",
asset_key: "voxygen.font.bdfUMplus-outline",
scale_ratio: 1.0,
),
"alkhemi": Font (
asset_key: "voxygen.font.Zpix",
asset_key: "voxygen.font.bdfUMplus-outline",
scale_ratio: 1.0,
),
"wizard": Font (
asset_key: "voxygen.font.Zpix",
asset_key: "voxygen.font.bdfUMplus-outline",
scale_ratio: 1.0,
),
"cyri": Font (
asset_key: "voxygen.font.Zpix",
asset_key: "voxygen.font.bdfUMplus-outline",
scale_ratio: 0.9,
),
},
@ -80,7 +80,7 @@ VoxygenLocalization(
/// Start Main screen section
"main.connecting": "連線中",
"main.creating_world": "生世界中",
"main.creating_world": "生世界中",
// Welcome notice that appears the first time Veloren is started
"main.notice": r#"歡迎加入 Veloren alpha 版!
@ -193,11 +193,11 @@ Veloren 晚上會特別暗。
"hud.settings.toggle_shortcuts": "顯示快捷鍵",
"hud.settings.toggle_bar_experience": "顯示經驗條",
"hud.settings.scrolling_combat_text": "戰鬥訊息",
"hud.settings.single_damage_number": "單一傷害數值",
"hud.settings.cumulated_damage": "累積傷害數值",
"hud.settings.incoming_damage": "所受傷害數值",
"hud.settings.cumulated_incoming_damage": "累積所受傷害數值",
"hud.settings.energybar_numbers": "能量條數值",
"hud.settings.single_damage_number": "單一傷害",
"hud.settings.cumulated_damage": "累積傷害",
"hud.settings.incoming_damage": "所受傷害",
"hud.settings.cumulated_incoming_damage": "累積所受傷害",
"hud.settings.energybar_numbers": "能量條",
"hud.settings.values": "數字",
"hud.settings.percentages": "百分比",
"hud.settings.chat": "聊天欄",
@ -307,8 +307,8 @@ Veloren 晚上會特別暗。
/jump <dx> <dy> <dz> - 偏移你的位置
/goto <x> <y> <z> - 傳送到指定位置
/kill - 自殺
/pig - 生一隻豬 NPC
/wolf - 生一隻狼 NPC
/pig - 生一隻豬 NPC
/wolf - 生一隻狼 NPC
/help - 顯示聊天指令"#,
"hud.social": "社交",