Files
DungeonsOfKharadum/src/scenes/floating_text.tscn

18 lines
433 B
Plaintext

[gd_scene format=3 uid="uid://floating_text"]
[ext_resource type="Script" path="res://scripts/floating_text.gd" id="1"]
[node name="FloatingText" type="Node2D"]
script = ExtResource("1")
[node name="Label" type="Label" parent="."]
offset_right = 64.0
offset_bottom = 24.0
theme_override_font_sizes/font_size = 18
text = "+1 coin"
horizontal_alignment = 1
vertical_alignment = 1
outline_size = 2
outline_color = Color(0, 0, 0, 1)