summaryrefslogtreecommitdiff
path: root/world.tscn
diff options
context:
space:
mode:
authorJ08nY2017-04-22 05:58:29 +0200
committerJ08nY2017-04-22 05:58:29 +0200
commit8c3a196e671ed57f7c028861db9146398f92ed55 (patch)
treeff929e70331ee6f6dc5849bfb17cca9c5e8b0af5 /world.tscn
parentc2be9e9056cb403155664dec8f08bb00be736671 (diff)
downloadld38-8c3a196e671ed57f7c028861db9146398f92ed55.tar.gz
ld38-8c3a196e671ed57f7c028861db9146398f92ed55.tar.zst
ld38-8c3a196e671ed57f7c028861db9146398f92ed55.zip
Diffstat (limited to 'world.tscn')
-rw-r--r--world.tscn29
1 files changed, 29 insertions, 0 deletions
diff --git a/world.tscn b/world.tscn
new file mode 100644
index 0000000..748bc50
--- /dev/null
+++ b/world.tscn
@@ -0,0 +1,29 @@
+[gd_scene load_steps=2 format=2]
+
+[ext_resource path="res://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, 2.06188, 2.015, 10.5061 )
+layers = 1
+light_color = Color( 0.847656, 0.838964, 0.291382, 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 = 0.1
+shadow_contact = 0.0
+shadow_max_distance = 0.0
+editor_only = false
+omni_range = 39.0
+omni_attenuation = 1.0
+omni_shadow_mode = 0
+omni_shadow_detail = 0
+
+