observer.tscn 473 B

123456789101112131415161718192021
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://observer/observer.gd" type="Script" id=1]
  3. [sub_resource type="BoxShape" id=1]
  4. [node name="Observer" type="KinematicBody"]
  5. script = ExtResource( 1 )
  6. [node name="CollisionShape" type="CollisionShape" parent="."]
  7. shape = SubResource( 1 )
  8. [node name="Camera" type="Camera" parent="."]
  9. fov = 74.0
  10. near = 0.1
  11. far = 1000.0
  12. [node name="OmniLight" type="OmniLight" parent="."]
  13. omni_range = 8.0
  14. omni_attenuation = 2.0