generated from krampus/template-godot4
Replaced old font with `technoid` by Beyond Design.
Technoid is licensed by the creator as freeware for personal & commercial use. Retrieved from https://www.fontspace.com/technoid-font-f1590
This commit is contained in:
parent
48b566d888
commit
772eeba531
Binary file not shown.
Binary file not shown.
|
@ -2,13 +2,13 @@
|
|||
|
||||
importer="font_data_dynamic"
|
||||
type="FontFile"
|
||||
uid="uid://bis7frbd8pbqk"
|
||||
path="res://.godot/imported/FfMoon-V4Oz6.ttf-eb6eb0f742e26fdd30326f2816f04f01.fontdata"
|
||||
uid="uid://5x36351ridtd"
|
||||
path="res://.godot/imported/TechnoidOne-2O0d.ttf-952d024ab2812f3c2d138d8abb97afda.fontdata"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/fonts/FfMoon-V4Oz6.ttf"
|
||||
dest_files=["res://.godot/imported/FfMoon-V4Oz6.ttf-eb6eb0f742e26fdd30326f2816f04f01.fontdata"]
|
||||
source_file="res://assets/fonts/technoid-font/TechnoidOne-2O0d.ttf"
|
||||
dest_files=["res://.godot/imported/TechnoidOne-2O0d.ttf-952d024ab2812f3c2d138d8abb97afda.fontdata"]
|
||||
|
||||
[params]
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
license: Freeware
|
||||
link: https://www.fontspace.com/technoid-font-f1590
|
|
@ -0,0 +1,7 @@
|
|||
Technoid
|
||||
|
||||
this font by Ola Björling (ola@techno.org)
|
||||
|
||||
homepage at http://ola.nool.nu but this might change.
|
||||
|
||||
Freeware - use at your own risk.
|
|
@ -1,6 +1,6 @@
|
|||
[gd_resource type="Theme" load_steps=4 format=3 uid="uid://cq6k0lttfws5w"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://bis7frbd8pbqk" path="res://assets/fonts/FfMoon-V4Oz6.ttf" id="1_i0o8h"]
|
||||
[ext_resource type="FontFile" uid="uid://5x36351ridtd" path="res://assets/fonts/technoid-font/TechnoidOne-2O0d.ttf" id="1_njjrg"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_e31i6"]
|
||||
bg_color = Color(0, 0, 0, 0)
|
||||
|
@ -18,7 +18,7 @@ corner_detail = 1
|
|||
anti_aliasing = false
|
||||
|
||||
[resource]
|
||||
default_font = ExtResource("1_i0o8h")
|
||||
default_font_size = 10
|
||||
default_font = ExtResource("1_njjrg")
|
||||
default_font_size = 16
|
||||
ProgressBar/styles/background = SubResource("StyleBoxFlat_e31i6")
|
||||
ProgressBar/styles/fill = SubResource("StyleBoxFlat_8fg7e")
|
||||
|
|
|
@ -188,12 +188,16 @@ theme = ExtResource("9_ph71t")
|
|||
fill_mode = 3
|
||||
show_percentage = false
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="UI/MarginContainer/HBoxContainer/HeatContainer"]
|
||||
[node name="Control" type="Control" parent="UI/MarginContainer/HBoxContainer/HeatContainer"]
|
||||
custom_minimum_size = Vector2(48, 17)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="UI/MarginContainer/HBoxContainer/HeatContainer/CenterContainer"]
|
||||
[node name="Label" type="Label" parent="UI/MarginContainer/HBoxContainer/HeatContainer/Control"]
|
||||
material = SubResource("ShaderMaterial_r85sm")
|
||||
layout_mode = 2
|
||||
offset_left = -1.0
|
||||
offset_right = 51.0
|
||||
offset_bottom = 17.0
|
||||
size_flags_horizontal = 0
|
||||
theme = ExtResource("9_ph71t")
|
||||
text = "heat"
|
||||
|
@ -208,7 +212,7 @@ layout_mode = 2
|
|||
size_flags_vertical = 10
|
||||
|
||||
[node name="LabelRotation" type="Control" parent="UI/MarginContainer/HBoxContainer/VBoxContainer/StructureContainer"]
|
||||
custom_minimum_size = Vector2(11, 90)
|
||||
custom_minimum_size = Vector2(11, 128)
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 8
|
||||
|
||||
|
@ -218,7 +222,7 @@ layout_mode = 2
|
|||
offset_right = 90.0
|
||||
offset_bottom = 11.0
|
||||
rotation = 1.5708
|
||||
pivot_offset = Vector2(4, 4)
|
||||
pivot_offset = Vector2(0, 13)
|
||||
theme = ExtResource("9_ph71t")
|
||||
text = "structure"
|
||||
|
||||
|
|
Loading…
Reference in New Issue