From fee1e13ece6b3a75d59ecd19510567fb7a2f9a61 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 22 Apr 2017 13:05:05 +0200 Subject: Add stuff, inherit meshes into scenes --- world.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world.tscn') diff --git a/world.tscn b/world.tscn index 748bc50..1ce4bf1 100644 --- a/world.tscn +++ b/world.tscn @@ -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 -- cgit v1.2.3-70-g09d2