aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/scenes/game.tscn30
1 files changed, 30 insertions, 0 deletions
diff --git a/client/scenes/game.tscn b/client/scenes/game.tscn
new file mode 100644
index 00000000..1ac84396
--- /dev/null
+++ b/client/scenes/game.tscn
@@ -0,0 +1,30 @@
+[gd_scene load_steps=5 format=3 uid="uid://clsylbmw7jc0s"]
+
+[ext_resource type="PackedScene" uid="uid://bnqujofthaa4h" path="res://scenes/map.tscn" id="1_qt88a"]
+
+[sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_ko0bu"]
+
+[sub_resource type="Sky" id="Sky_bqb2d"]
+sky_material = SubResource("PhysicalSkyMaterial_ko0bu")
+
+[sub_resource type="Environment" id="Environment_h880f"]
+background_mode = 2
+sky = SubResource("Sky_bqb2d")
+tonemap_mode = 2
+ssao_enabled = true
+sdfgi_enabled = true
+glow_enabled = true
+
+[node name="Game" type="Node3D"]
+
+[node name="Camera3D" type="Camera3D" parent="."]
+transform = Transform3D(1, 0, 0, 0, 0.897643, 0.440723, 0, -0.440723, 0.897643, 0, 5.44153, 10.1162)
+
+[node name="Map" parent="." instance=ExtResource("1_qt88a")]
+
+[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
+transform = Transform3D(0.951635, -0.266538, 0.152804, -0.154443, 0.0149305, 0.987889, -0.265591, -0.963709, -0.0269565, 0, 0, 0)
+shadow_enabled = true
+
+[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
+environment = SubResource("Environment_h880f")