Notification.tscn 675 B

1234567891011121314151617181920
  1. [gd_scene load_steps=3 format=3 uid="uid://lkl6f0td76mu"]
  2. [ext_resource type="Theme" uid="uid://dhb6h35g1bk0x" path="res://data/themes/DefaultTheme.tres" id="1_rtteg"]
  3. [ext_resource type="Script" path="res://sources/gui/Notification.gd" id="2_kd5n5"]
  4. [node name="Notification" type="RichTextLabel"]
  5. custom_minimum_size = Vector2(500, 0)
  6. size_flags_horizontal = 4
  7. size_flags_vertical = 0
  8. mouse_filter = 2
  9. theme = ExtResource("1_rtteg")
  10. theme_type_variation = &"NotificationBox"
  11. bbcode_enabled = true
  12. fit_content = true
  13. script = ExtResource("2_kd5n5")
  14. [node name="Timer" type="Timer" parent="."]
  15. [connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]