[gd_scene load_steps=4 format=2] [ext_resource path="res://fonts/pixel.tres" type="DynamicFont" id=1] [ext_resource path="res://scripts/animatedAuthorsTextAnim.gd" type="Script" id=2] [sub_resource type="Animation" id=1] resource_name = "idle" length = 3.0 loop = true tracks/0/type = "value" tracks/0/path = NodePath("CanvasLayer/Label:rect_rotation") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/imported = false tracks/0/enabled = true tracks/0/keys = { "times": PoolRealArray( 0, 1.5, 3 ), "transitions": PoolRealArray( 1, 1, 1 ), "update": 0, "values": [ 13.8, 51.2, 13.8 ] } [node name="animatedAuthorsText" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 2 ) __meta__ = { "_edit_use_anchors_": false } [node name="CanvasLayer" type="CanvasLayer" parent="."] layer = 3 [node name="Label" type="Label" parent="CanvasLayer"] anchor_left = 1.0 anchor_top = 0.5 anchor_right = 1.0 anchor_bottom = 0.5 margin_left = -232.706 margin_top = 117.64 margin_right = -5.70618 margin_bottom = 144.64 rect_rotation = 13.8 custom_fonts/font = ExtResource( 1 ) text = "Об Авторах UwU" align = 1 __meta__ = { "_edit_use_anchors_": false } [node name="anim" type="AnimationPlayer" parent="."] anims/idle = SubResource( 1 )