aboutsummaryrefslogtreecommitdiff
path: root/client/scenes/follow_camera.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/scenes/follow_camera.tscn')
-rw-r--r--client/scenes/follow_camera.tscn7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/scenes/follow_camera.tscn b/client/scenes/follow_camera.tscn
new file mode 100644
index 00000000..816563ba
--- /dev/null
+++ b/client/scenes/follow_camera.tscn
@@ -0,0 +1,7 @@
+[gd_scene load_steps=2 format=3 uid="uid://b31mlnao6ybt8"]
+
+[ext_resource type="Script" path="res://scripts/follow_camera.gd" id="1_qipju"]
+
+[node name="FollowCamera" type="Camera3D"]
+fov = 45.0
+script = ExtResource("1_qipju")