mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
21 lines
473 B
Plaintext
21 lines
473 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://observer/observer.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="BoxShape" id=1]
|
|
|
|
[node name="Observer" type="KinematicBody"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="."]
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="Camera" type="Camera" parent="."]
|
|
fov = 74.0
|
|
near = 0.1
|
|
far = 1000.0
|
|
|
|
[node name="OmniLight" type="OmniLight" parent="."]
|
|
omni_range = 8.0
|
|
omni_attenuation = 2.0
|