-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBoulder.tscn
24 lines (19 loc) · 895 Bytes
/
Boulder.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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://traps/Boulder_v2.glb" type="PackedScene" id=1]
[ext_resource path="res://Boulder.gd" type="Script" id=2]
[sub_resource type="Animation" id=1]
resource_name = "BoulderAction"
tracks/0/type = "transform"
tracks/0/path = NodePath(".")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = PoolRealArray( 0, 1, 0, 18.3999, 0, 0, 0, 0, 1, 3.74741, 3.74741, 3.74741, 1, 1, 0, 0.343221, 0, 0, 0, 0, 1, 3.74741, 3.74741, 3.74741 )
[node name="Boulder_v2" instance=ExtResource( 1 )]
script = ExtResource( 2 )
[node name="Sphere" parent="." index="0"]
transform = Transform( 3.74741, 0, 0, 0, 3.74741, 0, 0, 0, 3.74741, 0, 18.3999, 0 )
[node name="AnimationPlayer" type="AnimationPlayer" parent="." index="1"]
root_node = NodePath("../Sphere")
anims/BoulderAction = SubResource( 1 )