diff options
author | tpart <tpart120@proton.me> | 2024-09-27 00:13:05 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-27 00:13:10 +0200 |
commit | 1634c6d1d4acf07176f7fdd931a7834634ba2751 (patch) | |
tree | e9bf04aa19401ee6054a2f3adc0afb67624cff2f /client/map/items/unknown_order.tscn | |
parent | 938551ca5ea0aa9c606443f8f45e9907639b8f6e (diff) | |
download | hurrycurry-1634c6d1d4acf07176f7fdd931a7834634ba2751.tar hurrycurry-1634c6d1d4acf07176f7fdd931a7834634ba2751.tar.bz2 hurrycurry-1634c6d1d4acf07176f7fdd931a7834634ba2751.tar.zst |
Fix unknown order size
Diffstat (limited to 'client/map/items/unknown_order.tscn')
-rw-r--r-- | client/map/items/unknown_order.tscn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/map/items/unknown_order.tscn b/client/map/items/unknown_order.tscn index ab8b8d66..ec696161 100644 --- a/client/map/items/unknown_order.tscn +++ b/client/map/items/unknown_order.tscn @@ -14,6 +14,7 @@ variation_opentype = { material = SubResource("StandardMaterial3D_0g852") text = "!" font = SubResource("FontVariation_4sjdr") +font_size = 50 depth = 0.025 [sub_resource type="FontVariation" id="FontVariation_ia2kw"] @@ -30,14 +31,15 @@ albedo_color = Color(0.890196, 0.509804, 0.258824, 1) material = SubResource("StandardMaterial3D_6u718") text = "!" font = SubResource("FontVariation_ia2kw") +font_size = 50 depth = 0.02 [node name="UnknownOrder" type="Node3D"] [node name="Mesh" type="MeshInstance3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1.02, 0, 0, 0, 1, 0, 0.0754608, 0) +transform = Transform3D(1, 0, 0, 0, 1.02, 0, 0, 0, 1, 0, 0.236606, 0) mesh = SubResource("TextMesh_fnxii") [node name="Mesh2" type="MeshInstance3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1.02, 0, 0, 0, 1, -0.00540888, 0.0716295, 0) +transform = Transform3D(1, 0, 0, 0, 1.02, 0, 0, 0, 1, -0.0094446, 0.224512, 0) mesh = SubResource("TextMesh_2l3fe") |