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