-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.tscn
34 lines (28 loc) · 914 Bytes
/
test.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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Player.tscn" type="PackedScene" id=1]
[ext_resource path="res://bullet.tscn" type="PackedScene" id=2]
[sub_resource type="Animation" id=1]
resource_name = "New Anim"
tracks/0/type = "method"
tracks/0/path = NodePath("Player")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0 ),
"transitions": PoolRealArray( 1 ),
"values": [ {
"args": [ true ],
"method": "_change_if_can_move"
} ]
}
[node name="Node2D" type="Node2D"]
[node name="bullet" parent="." instance=ExtResource( 2 )]
position = Vector2( -4.03897e-28, -8.07794e-28 )
scale = Vector2( 5, 5 )
[node name="Player" parent="." instance=ExtResource( 1 )]
position = Vector2( 55, 39 )
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
autoplay = "New Anim"
"anims/New Anim" = SubResource( 1 )