-
Notifications
You must be signed in to change notification settings - Fork 0
/
Load.tscn
44 lines (39 loc) · 1.19 KB
/
Load.tscn
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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Main.gd" type="Script" id=1]
[ext_resource path="res://Twitch MegaBot.png" type="Texture" id=2]
[sub_resource type="Animation" id=1]
resource_name = "main"
tracks/0/type = "value"
tracks/0/path = NodePath("Twitch MegaBot:modulate")
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": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]
}
tracks/1/type = "value"
tracks/1/path = NodePath("Twitch MegaBot:position")
tracks/1/interp = 2
tracks/1/loop_wrap = true
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/keys = {
"times": PoolRealArray( 0, 1 ),
"transitions": PoolRealArray( 0.5, 1 ),
"update": 0,
"values": [ Vector2( 256, 300 ), Vector2( 256, 256 ) ]
}
[node name="Main" type="Node"]
script = ExtResource( 1 )
[node name="Twitch MegaBot" type="Sprite" parent="."]
modulate = Color( 1, 1, 1, 0 )
position = Vector2( 256, 300 )
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 2 )
[node name="animacion" type="AnimationPlayer" parent="."]
autoplay = "main"
anims/main = SubResource( 1 )