1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
[gd_scene load_steps=8 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"]
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")
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")
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)
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)
mesh = SubResource("TextMesh_2l3fe")
|