mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 19:43:55 +00:00
Graphical Improvements
This commit is contained in:
parent
078fc6f4da
commit
d3634a3dd2
4 changed files with 40 additions and 6 deletions
|
|
@ -30,8 +30,8 @@ overrides = {}
|
||||||
script = ExtResource("1_5pbjb")
|
script = ExtResource("1_5pbjb")
|
||||||
scene = ExtResource("4_m8ph6")
|
scene = ExtResource("4_m8ph6")
|
||||||
overrides = {
|
overrides = {
|
||||||
"box_distance": "8.0",
|
"box_distance": "4.0",
|
||||||
"box_size": "Vector2(300, 80)",
|
"box_size": "Vector2(300, 60)",
|
||||||
"name_label_custom_size": "9.0",
|
"name_label_custom_size": "9.0",
|
||||||
"name_label_use_global_size": "false",
|
"name_label_use_global_size": "false",
|
||||||
"text_custom_size": "6.0",
|
"text_custom_size": "6.0",
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://buk3e7bbwmnv1"]
|
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://buk3e7bbwmnv1"]
|
||||||
|
|
||||||
[ext_resource type="FontFile" uid="uid://ccm3u37q1hvux" path="res://fonts/Xolonium-Regular.ttf" id="1_kewj4"]
|
[ext_resource type="FontFile" uid="uid://coek1e2q257pq" path="res://fonts/at01.ttf" id="1_foybo"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
font = ExtResource("1_kewj4")
|
font = ExtResource("1_foybo")
|
||||||
font_size = 8
|
font_size = 12
|
||||||
outline_size = 4
|
outline_size = 3
|
||||||
outline_color = Color(0, 0, 0, 1)
|
outline_color = Color(0, 0, 0, 1)
|
||||||
|
|
|
||||||
BIN
fonts/at01.ttf
Normal file
BIN
fonts/at01.ttf
Normal file
Binary file not shown.
34
fonts/at01.ttf.import
Normal file
34
fonts/at01.ttf.import
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="font_data_dynamic"
|
||||||
|
type="FontFile"
|
||||||
|
uid="uid://coek1e2q257pq"
|
||||||
|
path="res://.godot/imported/at01.ttf-9cc4467f5f8e9e96cfec6678294bb63a.fontdata"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://fonts/at01.ttf"
|
||||||
|
dest_files=["res://.godot/imported/at01.ttf-9cc4467f5f8e9e96cfec6678294bb63a.fontdata"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
Rendering=null
|
||||||
|
antialiasing=1
|
||||||
|
generate_mipmaps=false
|
||||||
|
disable_embedded_bitmaps=true
|
||||||
|
multichannel_signed_distance_field=false
|
||||||
|
msdf_pixel_range=8
|
||||||
|
msdf_size=48
|
||||||
|
allow_system_fallback=true
|
||||||
|
force_autohinter=false
|
||||||
|
hinting=1
|
||||||
|
subpixel_positioning=1
|
||||||
|
oversampling=0.0
|
||||||
|
Fallbacks=null
|
||||||
|
fallbacks=[]
|
||||||
|
Compress=null
|
||||||
|
compress=true
|
||||||
|
preload=[]
|
||||||
|
language_support={}
|
||||||
|
script_support={}
|
||||||
|
opentype_features={}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue