diff options
| author | nokoe <nokoe@mailbox.org> | 2024-06-21 13:43:07 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:27:04 +0200 |
| commit | a263ff8817fad636266d66f47b2b7898c9a3a35b (patch) | |
| tree | cc35f39c4069bd11de8795e08ceb7c06acb7d4a3 /client/scenes/follow_camera.tscn | |
| parent | 1c9ddc8b8753696062bc999a5e5cf8620e518b11 (diff) | |
| download | hurrycurry-a263ff8817fad636266d66f47b2b7898c9a3a35b.tar hurrycurry-a263ff8817fad636266d66f47b2b7898c9a3a35b.tar.bz2 hurrycurry-a263ff8817fad636266d66f47b2b7898c9a3a35b.tar.zst | |
add camera
Diffstat (limited to 'client/scenes/follow_camera.tscn')
| -rw-r--r-- | client/scenes/follow_camera.tscn | 7 |
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") |