11 lines
451 B
Plaintext
11 lines
451 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://b3jo5jjblxhgo"]
|
|
|
|
[ext_resource type="Script" uid="uid://bk3tpgkp5cxct" path="res://floating_text_component.gd" id="1_ikfxj"]
|
|
[ext_resource type="PackedScene" uid="uid://cifaimxmh32iy" path="res://floating_text_label.tscn" id="2_r5ayq"]
|
|
|
|
[node name="FloatingTextComponent" type="SubViewport"]
|
|
transparent_bg = true
|
|
size = Vector2i(700, 512)
|
|
script = ExtResource("1_ikfxj")
|
|
text_label = ExtResource("2_r5ayq")
|