30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://dauphincraft_main"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Main.gd" id="1_mainscript"]
|
|
[ext_resource type="Script" path="res://scripts/ambience/UnderwaterEnvironment.gd" id="2_uwenv"]
|
|
[ext_resource type="PackedScene" path="res://scenes/World.tscn" id="3_world"]
|
|
[ext_resource type="PackedScene" path="res://scenes/Dolphin.tscn" id="4_dolphin"]
|
|
[ext_resource type="Script" path="res://scripts/ambience/PlanktonParticles.gd" id="5_plankton"]
|
|
|
|
[node name="Main" type="Node3D"]
|
|
script = ExtResource("1_mainscript")
|
|
|
|
[node name="UnderwaterEnvironment" type="WorldEnvironment" parent="."]
|
|
script = ExtResource("2_uwenv")
|
|
|
|
[node name="SunLight" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 0.342, 0.940, 0, -0.940, 0.342, 0, 60, 0)
|
|
light_color = Color(0.6, 0.85, 1.0, 1)
|
|
light_energy = 1.2
|
|
shadow_enabled = true
|
|
|
|
[node name="World" parent="." instance=ExtResource("3_world")]
|
|
|
|
[node name="Dolphin" parent="." instance=ExtResource("4_dolphin")]
|
|
position = Vector3(0, 55, 0)
|
|
|
|
[node name="PlanktonFollower" type="Node3D" parent="."]
|
|
|
|
[node name="PlanktonParticles" type="GPUParticles3D" parent="PlanktonFollower"]
|
|
script = ExtResource("5_plankton")
|