Now About Social Code
summaryrefslogtreecommitdiff
path: root/scenes/main.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/main.tscn')
-rw-r--r--scenes/main.tscn23
1 files changed, 21 insertions, 2 deletions
diff --git a/scenes/main.tscn b/scenes/main.tscn
index 782933b..2b25fc4 100644
--- a/scenes/main.tscn
+++ b/scenes/main.tscn
@@ -1,11 +1,30 @@
-[gd_scene load_steps=3 format=3 uid="uid://bb55ocpenupao"]
+[gd_scene load_steps=6 format=3 uid="uid://bb55ocpenupao"]
[ext_resource type="Script" path="res://scripts/level_gen.gd" id="1_sfx65"]
[ext_resource type="Script" path="res://scripts/fly_camera.gd" id="2_ba28s"]
+[ext_resource type="Material" uid="uid://uiwp0gpofjrx" path="res://materials/terrain.tres" id="3_nsy4g"]
+
+[sub_resource type="BoxMesh" id="BoxMesh_2l1xl"]
+material = ExtResource("3_nsy4g")
+
+[sub_resource type="Environment" id="Environment_w27kj"]
+background_color = Color(0.658824, 0.658824, 0.658824, 1)
+ambient_light_source = 2
+ambient_light_color = Color(1, 1, 1, 1)
[node name="Node3D" type="Node3D"]
script = ExtResource("1_sfx65")
[node name="Camera3D" type="Camera3D" parent="."]
-transform = Transform3D(1, 0, 0, 0, 0.805763, 0.592238, 0, -0.592238, 0.805763, 1.36517, 2.86316, 6.85865)
+transform = Transform3D(1, 0, 0, 0, 0.805763, 0.592238, 0, -0.592238, 0.805763, 1.365, 30, 6.859)
script = ExtResource("2_ba28s")
+
+[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
+transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 30, 0)
+
+[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 10, 0)
+mesh = SubResource("BoxMesh_2l1xl")
+
+[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
+environment = SubResource("Environment_w27kj")