diff options
author | tpart <tpart120@proton.me> | 2024-09-27 00:22:34 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-27 00:22:39 +0200 |
commit | 2bcaaf9a57495c3ade8d186ae37a2555ff469d02 (patch) | |
tree | 2e9bfbae14b7deecc8ad25af31f6d00c61425569 | |
parent | 6d8369a49d098a17e76ba7e855dd99aa5e19cf8a (diff) | |
download | hurrycurry-2bcaaf9a57495c3ade8d186ae37a2555ff469d02.tar hurrycurry-2bcaaf9a57495c3ade8d186ae37a2555ff469d02.tar.bz2 hurrycurry-2bcaaf9a57495c3ade8d186ae37a2555ff469d02.tar.zst |
Improve unknown order design
-rw-r--r-- | client/map/items/unknown_order.tscn | 46 |
1 files changed, 11 insertions, 35 deletions
diff --git a/client/map/items/unknown_order.tscn b/client/map/items/unknown_order.tscn index ec696161..665ae651 100644 --- a/client/map/items/unknown_order.tscn +++ b/client/map/items/unknown_order.tscn @@ -1,45 +1,21 @@ -[gd_scene load_steps=8 format=3 uid="uid://dgg7srscxmtmy"] +[gd_scene load_steps=3 format=3 uid="uid://dgg7srscxmtmy"] [ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/theme/font-sansita-swashed.woff2" id="1_3pq52"] -[sub_resource type="FontVariation" id="FontVariation_4sjdr"] +[sub_resource type="FontVariation" id="FontVariation_ligxx"] base_font = ExtResource("1_3pq52") variation_opentype = { 2003265652: 700 } -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_0g852"] - -[sub_resource type="TextMesh" id="TextMesh_fnxii"] -material = SubResource("StandardMaterial3D_0g852") -text = "!" -font = SubResource("FontVariation_4sjdr") -font_size = 50 -depth = 0.025 - -[sub_resource type="FontVariation" id="FontVariation_ia2kw"] -base_font = ExtResource("1_3pq52") -variation_opentype = { -2003265652: 800 -} -variation_embolden = 0.75 - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_6u718"] -albedo_color = Color(0.890196, 0.509804, 0.258824, 1) - -[sub_resource type="TextMesh" id="TextMesh_2l3fe"] -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.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.0094446, 0.224512, 0) -mesh = SubResource("TextMesh_2l3fe") +[node name="Label3D" type="Label3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.189058, 0) +pixel_size = 0.0025 +billboard = 1 +modulate = Color(0, 0, 0, 1) +text = "!" +font = SubResource("FontVariation_ligxx") +font_size = 256 +outline_size = 0 |