From 8c3a196e671ed57f7c028861db9146398f92ed55 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 22 Apr 2017 05:58:29 +0200 Subject: Add some base assets, begin work on world generation --- world.tscn | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 world.tscn (limited to 'world.tscn') 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 + + -- cgit v1.2.3-70-g09d2