blob: c4da1c5022968650673324dc5d1e2fa79a7b86a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[gd_scene load_steps=3 format=3 uid="uid://dgg7srscxmtmy"]
[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/theme/fonts/font-sansita-swashed.woff2" id="1_3pq52"]
[sub_resource type="FontVariation" id="FontVariation_ligxx"]
base_font = ExtResource("1_3pq52")
variation_opentype = {
2003265652: 700
}
[node name="UnknownOrder" type="Node3D"]
[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
|