You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
2.1 KiB
49 lines
2.1 KiB
[gd_scene load_steps=8 format=3 uid="uid://brjt1u0dgbmi4"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Board.gd" id="1_36lrf"]
|
|
[ext_resource type="Script" path="res://scripts/Ground.gd" id="2_jixmh"]
|
|
[ext_resource type="Texture2D" uid="uid://qjc4ttmkxbch" path="res://assets/ui/bloc_select.png" id="3_k6sry"]
|
|
[ext_resource type="Environment" uid="uid://dur874iy77jjr" path="res://assets/environment/environment.tres" id="4_ong4e"]
|
|
[ext_resource type="PackedScene" uid="uid://dd7byfyvsblbw" path="res://scenes/camera.tscn" id="5_3encg"]
|
|
|
|
[sub_resource type="CameraAttributesPractical" id="CameraAttributesPractical_fwdfs"]
|
|
dof_blur_far_distance = 125.06
|
|
dof_blur_far_transition = 8192.0
|
|
dof_blur_near_distance = 0.01
|
|
|
|
[sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_iogdu"]
|
|
|
|
[node name="Board" type="Node3D"]
|
|
script = ExtResource("1_36lrf")
|
|
|
|
[node name="Ground" type="Node3D" parent="." node_paths=PackedStringArray("camera")]
|
|
transform = Transform3D(0.999999, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
|
|
script = ExtResource("2_jixmh")
|
|
camera = NodePath("../Camera")
|
|
metadata/_editor_floor_ = Vector3(0, 0, 0)
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(-0.838816, -0.462141, 0.287772, 0.48185, -0.384196, 0.787537, -0.253392, 0.799262, 0.544952, 0, 0, 0)
|
|
light_color = Color(0.67451, 0.847059, 0.901961, 1)
|
|
light_energy = 3.0
|
|
light_bake_mode = 0
|
|
shadow_enabled = true
|
|
shadow_transmittance_bias = -5.122
|
|
directional_shadow_pancake_size = 65.8
|
|
|
|
[node name="Highlighter" type="Sprite3D" parent="."]
|
|
transform = Transform3D(0.999999, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0)
|
|
pixel_size = 0.0039
|
|
texture = ExtResource("3_k6sry")
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
environment = ExtResource("4_ong4e")
|
|
camera_attributes = SubResource("CameraAttributesPractical_fwdfs")
|
|
|
|
[node name="Camera" parent="." instance=ExtResource("5_3encg")]
|
|
|
|
[node name="Ocean" type="StaticBody3D" parent="."]
|
|
collision_layer = 129
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Ocean"]
|
|
shape = SubResource("WorldBoundaryShape3D_iogdu")
|
|
|