meat_madness_redux/godot/assets/meat_creek/creek_platform.tscn

19 lines
575 B
Plaintext
Raw Normal View History

2022-12-30 12:49:08 -07:00
[gd_scene load_steps=4 format=2]
2022-12-17 11:21:28 -07:00
2022-12-30 12:49:08 -07:00
[ext_resource path="res://assets/meat_creek/meat_creek_platform_mesh.tscn" type="PackedScene" id=1]
2022-12-17 11:21:28 -07:00
[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
2022-12-30 12:49:08 -07:00
[node name="creek_platform" type="Spatial"]
2022-12-17 11:21:28 -07:00
script = ExtResource( 2 )
2022-12-30 12:49:08 -07:00
[node name="creek_platform_animation" type="AnimationPlayer" parent="."]
playback_speed = 0.3
anims/bubble = SubResource( 2 )
2022-12-30 12:49:08 -07:00
[node name="meat_creek_platform" parent="." instance=ExtResource( 1 )]