Improved animations
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://cpdoq0oh84mfw"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://cpdoq0oh84mfw"]
|
||||
|
||||
[ext_resource type="Script" path="res://camera/FollowPlayer.gd" id="1_48rtd"]
|
||||
[ext_resource type="Script" path="res://camera/CameraPivot.gd" id="2_dylfm"]
|
||||
[ext_resource type="Script" path="res://camera/Camera.gd" id="2_pwdc2"]
|
||||
[ext_resource type="CameraAttributesPractical" uid="uid://b835orxyqq6w5" path="res://camera/CameraPractical.tres" id="3_olar0"]
|
||||
|
||||
[node name="Follow" type="Marker3D"]
|
||||
script = ExtResource("1_48rtd")
|
||||
@ -16,6 +17,7 @@ sensitivity = 0.2
|
||||
|
||||
[node name="Camera" type="Camera3D" parent="Pivot"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 7.5)
|
||||
attributes = ExtResource("3_olar0")
|
||||
current = true
|
||||
fov = 45.0
|
||||
size = 10.0
|
||||
|
6
client/camera/CameraPractical.tres
Normal file
6
client/camera/CameraPractical.tres
Normal file
@ -0,0 +1,6 @@
|
||||
[gd_resource type="CameraAttributesPractical" format=3 uid="uid://b835orxyqq6w5"]
|
||||
|
||||
[resource]
|
||||
exposure_multiplier = 0.5
|
||||
dof_blur_far_transition = 50.0
|
||||
dof_blur_near_enabled = true
|
Reference in New Issue
Block a user