perf(font): 优化字体渲染并添加抗锯齿设置
- 在所有字体文件中添加 keep_rounding_remainders 属性,提高字体渲染质量 - 更新项目设置,启用抗锯齿功能 - 调整场景文件中的资源引用,添加 UID 信息
This commit is contained in:
@@ -23,6 +23,7 @@ allow_system_fallback=true
|
||||
force_autohinter=false
|
||||
hinting=1
|
||||
subpixel_positioning=1
|
||||
keep_rounding_remainders=true
|
||||
oversampling=0.0
|
||||
Fallbacks=null
|
||||
fallbacks=[]
|
||||
|
||||
@@ -23,6 +23,7 @@ allow_system_fallback=true
|
||||
force_autohinter=false
|
||||
hinting=1
|
||||
subpixel_positioning=1
|
||||
keep_rounding_remainders=true
|
||||
oversampling=0.0
|
||||
Fallbacks=null
|
||||
fallbacks=[]
|
||||
|
||||
@@ -23,6 +23,7 @@ allow_system_fallback=true
|
||||
force_autohinter=false
|
||||
hinting=1
|
||||
subpixel_positioning=1
|
||||
keep_rounding_remainders=true
|
||||
oversampling=0.0
|
||||
Fallbacks=null
|
||||
fallbacks=[]
|
||||
|
||||
@@ -23,6 +23,7 @@ allow_system_fallback=true
|
||||
force_autohinter=false
|
||||
hinting=1
|
||||
subpixel_positioning=1
|
||||
keep_rounding_remainders=true
|
||||
oversampling=0.0
|
||||
Fallbacks=null
|
||||
fallbacks=[]
|
||||
|
||||
@@ -23,6 +23,7 @@ allow_system_fallback=true
|
||||
force_autohinter=false
|
||||
hinting=1
|
||||
subpixel_positioning=1
|
||||
keep_rounding_remainders=true
|
||||
oversampling=0.0
|
||||
Fallbacks=null
|
||||
fallbacks=[]
|
||||
|
||||
@@ -23,6 +23,7 @@ allow_system_fallback=true
|
||||
force_autohinter=false
|
||||
hinting=1
|
||||
subpixel_positioning=1
|
||||
keep_rounding_remainders=true
|
||||
oversampling=0.0
|
||||
Fallbacks=null
|
||||
fallbacks=[]
|
||||
|
||||
1
engine/assets/shader/death_display.gdshader.uid
Normal file
1
engine/assets/shader/death_display.gdshader.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://btqmlkdh7bmsk
|
||||
1
engine/assets/shader/house_mask.gdshader.uid
Normal file
1
engine/assets/shader/house_mask.gdshader.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://cdflxx1r7qvn4
|
||||
1
engine/assets/shader/player_aralyzed.gdshader.uid
Normal file
1
engine/assets/shader/player_aralyzed.gdshader.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://dy2182nsdoygh
|
||||
1
engine/assets/shader/weather/cloud.gdshader.uid
Normal file
1
engine/assets/shader/weather/cloud.gdshader.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://bkwoh2u8b12yh
|
||||
Reference in New Issue
Block a user