15 lines
495 B
Plaintext
15 lines
495 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dw0s23v7qmj28"]
|
|
|
|
[ext_resource type="LabelSettings" uid="uid://dd6jhbqr6uh3x" path="res://config/vertical_label_settings.tres" id="1_v3g0d"]
|
|
[ext_resource type="Script" path="res://ui/vertical_label.gd" id="2_vs1gg"]
|
|
|
|
[node name="VerticalLabel" type="Label"]
|
|
auto_translate_mode = 2
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
label_settings = ExtResource("1_v3g0d")
|
|
script = ExtResource("2_vs1gg")
|