26 lines
885 B
Text
26 lines
885 B
Text
[gd_scene load_steps=5 format=3 uid="uid://lrk2whqxl0w0"]
|
|
|
|
[ext_resource type="Script" uid="uid://c707s0tgd88pg" path="res://main.gd" id="1_ig7tw"]
|
|
|
|
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_ig7tw"]
|
|
ground_bottom_color = Color(0.270778, 0.538085, 0.397052, 1)
|
|
|
|
[sub_resource type="Sky" id="Sky_0xm2m"]
|
|
sky_material = SubResource("ProceduralSkyMaterial_ig7tw")
|
|
|
|
[sub_resource type="Environment" id="Environment_ig7tw"]
|
|
background_mode = 2
|
|
sky = SubResource("Sky_0xm2m")
|
|
|
|
[node name="Main" type="Node3D"]
|
|
script = ExtResource("1_ig7tw")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, 0, 3.48438, 1.16423)
|
|
fov = 90.0
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
environment = SubResource("Environment_ig7tw")
|
|
|
|
[node name="Board" type="Node3D" parent="."]
|