13 lines
416 B
Plaintext
Raw Normal View History

2024-02-21 19:15:11 +00:00
[gd_scene load_steps=3 format=3 uid="uid://cpdoq0oh84mfw"]
2024-02-09 23:10:51 +00:00
[ext_resource type="Script" path="res://camera/Camera.gd" id="2_pwdc2"]
2024-02-11 13:48:08 +00:00
[ext_resource type="CameraAttributesPractical" uid="uid://b835orxyqq6w5" path="res://camera/CameraPractical.tres" id="3_olar0"]
2024-02-09 23:10:51 +00:00
2024-02-21 19:15:11 +00:00
[node name="Camera" type="Camera3D"]
2024-02-11 13:48:08 +00:00
attributes = ExtResource("3_olar0")
2024-02-09 23:10:51 +00:00
current = true
fov = 45.0
size = 10.0
2024-02-17 22:18:50 +00:00
far = 120.0
2024-02-09 23:10:51 +00:00
script = ExtResource("2_pwdc2")