meat_madness_redux/godot/assets/meat_creek/creek_platform.tscn

19 lines
575 B
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
[node name="creek_platform" type="Spatial"]
script = ExtResource( 2 )
[node name="creek_platform_animation" type="AnimationPlayer" parent="."]
playback_speed = 0.3
anims/bubble = SubResource( 2 )
[node name="meat_creek_platform" parent="." instance=ExtResource( 1 )]