3Cool.tscn 841 B

1234567891011121314151617181920212223
  1. [gd_scene load_steps=4 format=3 uid="uid://bgleyjsx2qhus"]
  2. [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_t1lrj"]
  3. [ext_resource type="Texture2D" uid="uid://gxy30ilf0vce" path="res://icon.png" id="2_13txs"]
  4. [ext_resource type="Script" uid="uid://kn7lq06ftri" path="res://example/util/rotation.gd" id="3_av8dm"]
  5. [node name="3Cool" type="Node2D"]
  6. script = ExtResource("1_t1lrj")
  7. [node name="Label" type="Label" parent="."]
  8. offset_left = 88.0
  9. offset_top = 16.0
  10. offset_right = 1035.0
  11. offset_bottom = 210.0
  12. theme_override_font_sizes/font_size = 142
  13. text = "So cool!"
  14. horizontal_alignment = 1
  15. [node name="RotatingLogo" type="Sprite2D" parent="."]
  16. position = Vector2(563, 409)
  17. scale = Vector2(1.41875, 1.41875)
  18. texture = ExtResource("2_13txs")
  19. script = ExtResource("3_av8dm")