grunk/levels/ghost_ship/ghost_ship.tscn
Rob Kelly 70f24c51b8
Some checks failed
linting & formatting / build (push) Failing after 3s
More ghost ship
2025-03-10 00:22:34 -06:00

79 lines
2.6 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://bov4ok76woyc"]
[ext_resource type="PackedScene" uid="uid://crydi5cjgfwe5" path="res://levels/ghost_ship/ghost_ship_level.tscn" id="1_aj2m7"]
[ext_resource type="PackedScene" uid="uid://bwe2jdmvinhqd" path="res://src/player/player.tscn" id="2_0ef5p"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_aj2m7"]
[sub_resource type="Sky" id="Sky_6fwow"]
sky_material = SubResource("ProceduralSkyMaterial_aj2m7")
[sub_resource type="Environment" id="Environment_0ef5p"]
background_mode = 1
sky = SubResource("Sky_6fwow")
ambient_light_source = 2
ambient_light_color = Color(1, 1, 1, 1)
ambient_light_energy = 0.06
tonemap_mode = 3
glow_enabled = true
glow_bloom = 0.1
fog_enabled = true
fog_light_color = Color(0, 0, 0, 1)
fog_density = 0.2
[node name="GhostShip" type="Node3D"]
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_0ef5p")
[node name="GhostShipLevel" parent="." instance=ExtResource("1_aj2m7")]
[node name="OmniLight3D" type="OmniLight3D" parent="GhostShipLevel"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.9, 1)
light_energy = 8.0
omni_range = 10.0
[node name="OmniLight3D2" type="OmniLight3D" parent="GhostShipLevel"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.9, -3)
light_energy = 8.0
omni_range = 10.0
[node name="OmniLight3D4" type="OmniLight3D" parent="GhostShipLevel"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0.1, -7.6)
light_energy = 8.0
shadow_enabled = true
omni_range = 10.0
[node name="OmniLight3D5" type="OmniLight3D" parent="GhostShipLevel"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0.1, -28.6)
light_energy = 8.0
shadow_enabled = true
omni_range = 10.0
[node name="OmniLight3D6" type="OmniLight3D" parent="GhostShipLevel"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0.1, -31.6)
light_energy = 8.0
shadow_enabled = true
omni_range = 10.0
[node name="OmniLight3D7" type="OmniLight3D" parent="GhostShipLevel"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -24, 0.1, -31.6)
light_energy = 8.0
shadow_enabled = true
omni_range = 10.0
[node name="OmniLight3D8" type="OmniLight3D" parent="GhostShipLevel"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -24, 0.1, -28.6)
light_energy = 8.0
shadow_enabled = true
omni_range = 10.0
[node name="OmniLight3D3" type="OmniLight3D" parent="GhostShipLevel"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 0.1, -7.6)
light_energy = 8.0
shadow_enabled = true
omni_range = 10.0
[node name="Player" parent="." instance=ExtResource("2_0ef5p")]
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 1, 0)