This repository has been archived on 2023-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
trashsort/objects/animatedAuthorsText.tscn
2020-11-01 00:59:39 +03:00

53 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[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 )