SupaLidlGame/UI/FloatingText.tscn

32 lines
975 B
Plaintext
Raw Permalink Normal View History

2022-11-25 09:11:46 -08:00
[gd_scene load_steps=4 format=3 uid="uid://be80n7mxp62jd"]
[ext_resource type="Script" path="res://UI/FloatingText.cs" id="1_yejq1"]
[ext_resource type="FontFile" uid="uid://cgwa8bjiyv534" path="res://Assets/Fonts/alagard.ttf" id="1_yns15"]
[sub_resource type="LabelSettings" id="LabelSettings_gs6ch"]
font = ExtResource("1_yns15")
2023-08-15 23:05:39 -07:00
font_color = Color(0.941176, 0.843137, 0.470588, 1)
2022-11-25 09:11:46 -08:00
outline_size = 2
2023-08-15 23:05:39 -07:00
outline_color = Color(0.713726, 0.372549, 0.105882, 1)
shadow_size = 2
shadow_color = Color(0.176471, 0.0901961, 0.172549, 1)
2022-11-25 09:11:46 -08:00
[node name="FloatingText" type="Node2D"]
scale = Vector2(0.5, 0.5)
script = ExtResource("1_yejq1")
[node name="Label" type="Label" parent="."]
texture_filter = 3
offset_left = -128.0
offset_top = -16.0
offset_right = 128.0
offset_bottom = 16.0
text = "gruppa krovi"
label_settings = SubResource("LabelSettings_gs6ch")
horizontal_alignment = 1
vertical_alignment = 1
2023-08-15 23:05:39 -07:00
[node name="Timer" type="Timer" parent="."]
wait_time = 2.5
autostart = true