initial shit
This commit is contained in:
20
Objects/SLabel.tscn
Normal file
20
Objects/SLabel.tscn
Normal file
@@ -0,0 +1,20 @@
|
||||
[gd_scene format=3 uid="uid://dwd5j3opt1kf"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://drt3ca0d33tq7" path="res://Assets/font.otf" id="1_4qu2l"]
|
||||
[ext_resource type="Script" uid="uid://d1p6pro5cdj8d" path="res://Objects/Scripts/SLabel.gd" id="1_l7fp2"]
|
||||
|
||||
[node name="SLabel" type="Node3D" unique_id=29466195]
|
||||
script = ExtResource("1_l7fp2")
|
||||
|
||||
[node name="Label3D" type="Label3D" parent="." unique_id=1161073044]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.371139e-08, 1, 0, -1, -4.371139e-08, 0, 0, 0)
|
||||
alpha_cut = 2
|
||||
alpha_scissor_threshold = 0.0
|
||||
alpha_hash_scale = 0.0
|
||||
modulate = Color(0, 0, 0, 1)
|
||||
outline_modulate = Color(1, 1, 1, 1)
|
||||
text = "text"
|
||||
font = ExtResource("1_4qu2l")
|
||||
font_size = 44
|
||||
outline_size = 0
|
||||
uppercase = true
|
||||
Reference in New Issue
Block a user