Update
This commit is contained in:
13
autoload/orchestration.tscn
Normal file
13
autoload/orchestration.tscn
Normal file
@@ -0,0 +1,13 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://autoload/orchestration.gd" type="Script" id=1]
|
||||
[ext_resource path="res://camera/cinematic_cam.tscn" type="PackedScene" id=2]
|
||||
|
||||
[sub_resource type="Curve" id=1]
|
||||
_data = [ Vector2( 0, 0 ), 0.0, 0.0, 0, 0, Vector2( 0.675, 0 ), 0.0, 0.0, 0, 0, Vector2( 0.89079, 0.881818 ), 4.07459, 4.07459, 0, 0, Vector2( 0.988158, 1 ), 6.47137e-07, 0.0, 0, 0 ]
|
||||
|
||||
[node name="orchestration" type="Node"]
|
||||
script = ExtResource( 1 )
|
||||
grab_ik_curve = SubResource( 1 )
|
||||
grab_ik_curve_multiplier = 0.25
|
||||
cinematic_cam = ExtResource( 2 )
|
||||
Reference in New Issue
Block a user