diff options
| author | J08nY | 2017-04-22 16:58:23 +0200 |
|---|---|---|
| committer | J08nY | 2017-04-22 16:58:23 +0200 |
| commit | 3ed5257c222f34b591b744ef6418b5c1165be25f (patch) | |
| tree | 94c93520cfdf6dad1c24d774612cdf2d4d3880eb /world.tscn | |
| parent | fee1e13ece6b3a75d59ecd19510567fb7a2f9a61 (diff) | |
| download | ld38-3ed5257c222f34b591b744ef6418b5c1165be25f.tar.gz ld38-3ed5257c222f34b591b744ef6418b5c1165be25f.tar.zst ld38-3ed5257c222f34b591b744ef6418b5c1165be25f.zip | |
Diffstat (limited to 'world.tscn')
| -rw-r--r-- | world.tscn | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=2] -[ext_resource path="res://world.gd" type="Script" id=1] +[ext_resource path="res://scripts/world.gd" type="Script" id=1] [node name="World" type="Spatial"] @@ -8,22 +8,22 @@ script = ExtResource( 1 ) [node name="OmniLight" type="OmniLight" parent="."] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2.06188, 2.015, 15.5061 ) +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 20, 0 ) layers = 1 -light_color = Color( 0.847656, 0.838964, 0.291382, 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 = 0.1 +shadow_bias = 5.0 shadow_contact = 0.0 -shadow_max_distance = 0.0 +shadow_max_distance = 45.0 editor_only = false -omni_range = 39.0 +omni_range = 45.0 omni_attenuation = 1.0 -omni_shadow_mode = 0 -omni_shadow_detail = 0 +omni_shadow_mode = 1 +omni_shadow_detail = 1 |
