27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://assets/meat_creek/meat_creek_platform_mesh.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://assets/meat_creek/creek_platform.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="Animation" id=2]
|
|
resource_name = "bubble"
|
|
length = 3.0
|
|
loop = true
|
|
tracks/0/type = "transform"
|
|
tracks/0/path = NodePath("meat_creek_platform")
|
|
tracks/0/interp = 2
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/keys = PoolRealArray( 0, 1, 0, 0.000406906, 0, 0, 0, 0, 1, 1, 1, 1, 0.5, 1, -0.7, 0.15, 0, 0.00204638, 0.00177967, 1.81654e-05, 0.999996, 1, 1, 1, 1, 1, -0.025, 0.025, 0, 0.0174199, -0.00106544, 0.0610392, 0.997983, 1, 1, 1, 1.6, 1, 0.45, -0.2, 0, 0.00142839, 0.00448744, -0.0121726, 0.999915, 1, 1, 1, 2, 1, 0.025, -0.025, 0, -0.00924265, 0.0081772, -0.0609679, 0.998063, 1, 1, 1, 2.6, 1, 0.7, 0.15, 0, 0.00142346, 0.00149756, -0.000962214, 0.999997, 1, 1, 1, 3, 1, 7.45058e-09, 0.000406899, 0, 0, 0, 0, 1, 1, 1, 1 )
|
|
|
|
[node name="creek_platform" type="Spatial"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="creek_platform_animation" type="AnimationPlayer" parent="."]
|
|
autoplay = "bubble"
|
|
playback_speed = 0.3
|
|
anims/bubble = SubResource( 2 )
|
|
|
|
[node name="meat_creek_platform" parent="." instance=ExtResource( 1 )]
|