logo.tscn 835 B

12345678910111213141516171819202122232425
  1. [gd_scene load_steps=3 format=3 uid="uid://bq2tsg7ic7l6h"]
  2. [ext_resource type="FontFile" uid="uid://cqtognhaksl7j" path="res://assets/fonts/Potra.ttf" id="1_d0vvx"]
  3. [ext_resource type="Script" path="res://assets/scenes/logo.gd" id="1_lrvxc"]
  4. [node name="Logo" type="RichTextLabel"]
  5. offset_right = 578.0
  6. offset_bottom = 95.0
  7. theme_override_fonts/normal_font = ExtResource("1_d0vvx")
  8. theme_override_font_sizes/normal_font_size = 128
  9. bbcode_enabled = true
  10. text = "THE LAST SHIFT"
  11. fit_content = true
  12. scroll_active = false
  13. autowrap_mode = 0
  14. shortcut_keys_enabled = false
  15. deselect_on_focus_loss_enabled = false
  16. drag_and_drop_selection_enabled = false
  17. script = ExtResource("1_lrvxc")
  18. [node name="Timer" type="Timer" parent="."]
  19. wait_time = 0.2
  20. autostart = true
  21. [connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]