diff options
| author | J08nY | 2017-04-22 13:05:05 +0200 |
|---|---|---|
| committer | J08nY | 2017-04-22 13:05:05 +0200 |
| commit | fee1e13ece6b3a75d59ecd19510567fb7a2f9a61 (patch) | |
| tree | d2047eb67c116ceb2ab2ab9b847a5a5ba7755eb4 /world.tscn | |
| parent | 8c3a196e671ed57f7c028861db9146398f92ed55 (diff) | |
| download | ld38-fee1e13ece6b3a75d59ecd19510567fb7a2f9a61.tar.gz ld38-fee1e13ece6b3a75d59ecd19510567fb7a2f9a61.tar.zst ld38-fee1e13ece6b3a75d59ecd19510567fb7a2f9a61.zip | |
Diffstat (limited to 'world.tscn')
| -rw-r--r-- | world.tscn | 4 |
1 files changed, 2 insertions, 2 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://world.gd" type="Script" id=1] [node name="World" type="Spatial"] @@ -8,7 +8,7 @@ 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 ) +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2.06188, 2.015, 15.5061 ) layers = 1 light_color = Color( 0.847656, 0.838964, 0.291382, 1 ) light_energy = 3.0 |
