TextLabel.tscn 983 B

12345678910111213141516171819202122
  1. [gd_scene load_steps=4 format=3 uid="uid://ccwil8rmgvund"]
  2. [ext_resource type="Script" uid="uid://co6tjg3w6qpd8" path="res://Scripts/Parts/LabelFontChanger.gd" id="1_jxnhn"]
  3. [ext_resource type="Resource" uid="uid://8dcuxbc3h2u2" path="res://Resources/ThemedResources/Font.tres" id="2_fxuqy"]
  4. [ext_resource type="Script" uid="uid://dt2p68xl462v2" path="res://Scripts/Parts/TextShadowColourChanger.gd" id="3_8hggr"]
  5. [node name="TextLabel" type="Label"]
  6. visibility_layer = 2
  7. offset_right = 40.0
  8. offset_bottom = 16.0
  9. uppercase = true
  10. [node name="LabelFontChanger" type="Node" parent="." node_paths=PackedStringArray("labels")]
  11. script = ExtResource("1_jxnhn")
  12. labels = [NodePath("..")]
  13. resource = ExtResource("2_fxuqy")
  14. metadata/_custom_type_script = "uid://co6tjg3w6qpd8"
  15. [node name="TextShadowColourChanger" type="Node" parent="." node_paths=PackedStringArray("labels")]
  16. script = ExtResource("3_8hggr")
  17. labels = [NodePath("..")]
  18. metadata/_custom_type_script = "uid://dt2p68xl462v2"