-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathLevel3ShreddedSticky.tscn
More file actions
59 lines (52 loc) · 1.59 KB
/
Level3ShreddedSticky.tscn
File metadata and controls
59 lines (52 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[gd_scene load_steps=5 format=2]
[ext_resource path="res://assets/UI interfaces/Level3ShreddedSticky.png" type="Texture" id=1]
[ext_resource path="res://Modules/Level3ShreddedSticky.gd" type="Script" id=2]
[sub_resource type="Animation" id=1]
resource_name = "fly_up_in"
step = 0.5
tracks/0/type = "value"
tracks/0/path = NodePath("sticky1:position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( -0.5, 1 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Vector2( 497.25, 789.559 ), Vector2( 497.25, 199.615 ) ]
}
[sub_resource type="Animation" id=2]
resource_name = "fly_up_out"
step = 0.5
tracks/0/type = "value"
tracks/0/path = NodePath("sticky1:position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0, 1 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Vector2( 497.25, 199.615 ), Vector2( 497.25, 789.559 ) ]
}
[node name="StickyNote" type="Node2D"]
position = Vector2( 9.58282, 97.1976 )
script = ExtResource( 2 )
[node name="Control" type="Control" parent="."]
margin_left = -10.0
margin_top = -101.0
margin_right = 1021.0
margin_bottom = 517.0
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="sticky1" type="Sprite" parent="."]
position = Vector2( 497.25, 199.615 )
scale = Vector2( 0.984321, 0.984321 )
texture = ExtResource( 1 )
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
anims/fly_up_in = SubResource( 1 )
anims/fly_up_out = SubResource( 2 )