Standardize lowercase UI presentation
This commit is contained in:
parent
7ab3c86e93
commit
633bbd9a88
29 changed files with 100 additions and 100 deletions
|
|
@ -60,7 +60,7 @@ material_override = SubResource("PrimaryMaterial")
|
|||
|
||||
[node name="ShopName" type="Label3D" parent="Visuals"]
|
||||
position = Vector3(0, 3.7, 0)
|
||||
text = "Fishing Shop"
|
||||
text = "fishing shop"
|
||||
font_size = 42
|
||||
outline_size = 9
|
||||
billboard = 1
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ material_override = SubResource("WoodMaterial")
|
|||
|
||||
[node name="Sign" type="Label3D" parent="Visuals"]
|
||||
position = Vector3(0, 2.55, 0)
|
||||
text = "Sell to Pelicans\nfrom the Cooler"
|
||||
text = "sell to pelicans\nfrom the cooler"
|
||||
font_size = 30
|
||||
outline_size = 8
|
||||
billboard = 1
|
||||
|
|
@ -43,7 +43,7 @@ no_depth_test = true
|
|||
|
||||
[node name="ConvenienceLabel" type="Label3D" parent="Visuals"]
|
||||
position = Vector3(0, 1.65, -1.15)
|
||||
text = "Available anywhere • 0.25x"
|
||||
text = "available anywhere • 0.25x"
|
||||
font_size = 20
|
||||
outline_size = 6
|
||||
billboard = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue