summaryrefslogtreecommitdiff
path: root/world.tscn
blob: 82694125246130b62b945e71fefdbb9a9d848b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[gd_scene load_steps=2 format=2]

[ext_resource path="res://scripts/world.gd" type="Script" id=1]

[node name="World" type="Spatial"]

script = ExtResource( 1 )

[node name="OmniLight" type="OmniLight" parent="."]

transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 20, 0 )
layers = 1
light_color = Color( 0.819993, 0.824219, 0.283325, 1 )
light_energy = 3.0
light_negative = false
light_specular = 0.5
light_cull_mask = -1
shadow_enabled = true
shadow_color = Color( 0, 0, 0, 1 )
shadow_bias = 5.0
shadow_contact = 0.0
shadow_max_distance = 45.0
editor_only = false
omni_range = 45.0
omni_attenuation = 1.0
omni_shadow_mode = 1
omni_shadow_detail = 1

[node name="point" type="Camera" parent="."]

transform = Transform( -3.09086e-08, -0.707107, 0.707107, -1.28028e-08, 0.707107, 0.707107, -1, 1.28028e-08, -3.09086e-08, 2.2, 3, 0 )
projection = 0
fov = 60.0
near = 0.1
far = 100.0
keep_aspect = 1
current = false
cull_mask = 1048575
environment = null
h_offset = 0.0
v_offset = 0.0