14 lines
437 B
Plaintext
14 lines
437 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://cifaimxmh32iy"]
|
|
|
|
[ext_resource type="Script" uid="uid://cl0a40hccvnte" path="res://floating_text_label.gd" id="1_4an1q"]
|
|
|
|
[node name="FloatingTextLabel" type="Label"]
|
|
offset_right = 650.0
|
|
offset_bottom = 58.0
|
|
theme_override_colors/font_color = Color(1, 0.8, 0, 1)
|
|
theme_override_font_sizes/font_size = 42
|
|
text = "oooo"
|
|
horizontal_alignment = 1
|
|
autowrap_mode = 2
|
|
script = ExtResource("1_4an1q")
|