Files
SpaceBots/test/spaceship_test.tscn

93 lines
4.1 KiB
Plaintext
Raw Permalink Normal View History

2026-01-21 23:40:20 +01:00
[gd_scene load_steps=19 format=3 uid="uid://cftfv7v8syhig"]
[ext_resource type="Script" uid="uid://c7ea7hd1t6ucj" path="res://script/ShipLogic.gd" id="1_iuibe"]
[ext_resource type="Texture2D" uid="uid://cimsjl61nhh5s" path="res://assets/2D/HDR_blue_nebulae-1.hdr" id="4_fd4og"]
[ext_resource type="Script" uid="uid://cq0sxwn7k47n6" path="res://Maps/MapGenerator/levelGenerator.gd" id="4_yoeks"]
[ext_resource type="PackedScene" uid="uid://b02a2mfgj520w" path="res://Maps/Spaceship/Misc/BasicDoor.tscn" id="5_27t57"]
[ext_resource type="PackedScene" uid="uid://blc3s7fewh1t4" path="res://test/doorBlockTest.tscn" id="5_fd4og"]
[ext_resource type="PackedScene" uid="uid://dssru1oxhemfm" path="res://test/TestConnectFloorTile.tscn" id="5_yoeks"]
[ext_resource type="PackedScene" uid="uid://cedgghypxofb1" path="res://test/TestConnectFloorWallCorner.tscn" id="6_7qc4s"]
[ext_resource type="PackedScene" uid="uid://dehgby0nj76ko" path="res://test/TestConnectFloorWall.tscn" id="7_27t57"]
[ext_resource type="PackedScene" uid="uid://djo38glq3x4m1" path="res://test/tileLampTest.tscn" id="7_g38tc"]
[sub_resource type="Gradient" id="Gradient_g38tc"]
interpolation_mode = 1
offsets = PackedFloat32Array(0, 0.25, 0.361502, 0.375, 0.488263, 0.5, 0.615023, 0.625, 0.732394, 0.75, 0.859155, 0.875, 1)
colors = PackedColorArray(0, 0, 0, 1, 0.25, 0.25, 0.25, 1, 0.28169, 0.28169, 0.28169, 1, 0.375, 0.375, 0.375, 1, 0.408451, 0.408451, 0.408451, 1, 0.5, 0.5, 0.5, 1, 0.530516, 0.530516, 0.530516, 1, 0.625, 0.625, 0.625, 1, 0.661972, 0.661972, 0.661972, 1, 0.75, 0.75, 0.75, 1, 0.802817, 0.802817, 0.802817, 1, 0.875, 0.875, 0.875, 1, 1, 1, 1, 1)
metadata/_snap_enabled = true
metadata/_snap_count = 8
[sub_resource type="GradientTexture1D" id="GradientTexture1D_h11mn"]
gradient = SubResource("Gradient_g38tc")
[sub_resource type="Gradient" id="Gradient_1njb2"]
offsets = PackedFloat32Array(0.187793, 0.704225, 0.929577)
colors = PackedColorArray(0, 0, 0, 1, 0.58042, 0.58042, 0.58042, 1, 0.860369, 0.860369, 0.860369, 1)
[sub_resource type="FastNoiseLite" id="FastNoiseLite_prqnu"]
frequency = 0.03
fractal_octaves = 8
fractal_lacunarity = 5.0
fractal_gain = 0.495
fractal_weighted_strength = 0.23
domain_warp_enabled = true
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_jyrsd"]
noise = SubResource("FastNoiseLite_prqnu")
color_ramp = SubResource("Gradient_1njb2")
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_sxr4u"]
panorama = ExtResource("4_fd4og")
[sub_resource type="Sky" id="Sky_bs3qb"]
sky_material = SubResource("PanoramaSkyMaterial_sxr4u")
[sub_resource type="Environment" id="Environment_cbyfx"]
background_mode = 2
sky = SubResource("Sky_bs3qb")
glow_enabled = true
glow_levels/1 = 1.38
glow_levels/2 = 1.55
glow_levels/3 = 5.63
glow_levels/5 = 1.75
glow_levels/6 = 0.9
glow_levels/7 = 0.75
glow_strength = 1.73
glow_mix = 0.03
glow_bloom = 0.05
glow_blend_mode = 4
glow_hdr_luminance_cap = 1.5
glow_map = SubResource("NoiseTexture2D_jyrsd")
volumetric_fog_emission = Color(1, 1, 1, 1)
volumetric_fog_emission_energy = 0.04
adjustment_brightness = 1.5
adjustment_color_correction = SubResource("GradientTexture1D_h11mn")
[sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_iuibe"]
[node name="SpaceshipTest" type="Node3D" node_paths=PackedStringArray("levelGenerator")]
script = ExtResource("1_iuibe")
levelGenerator = NodePath("LevelGenerator")
metadata/_custom_type_script = "uid://c7ea7hd1t6ucj"
[node name="WorldEnvironment2" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_cbyfx")
[node name="StaticBody3D" type="StaticBody3D" parent="."]
collision_mask = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
shape = SubResource("WorldBoundaryShape3D_iuibe")
[node name="LevelGenerator" type="Node3D" parent="." node_paths=PackedStringArray("shipLogic")]
script = ExtResource("4_yoeks")
gridSize = 120
shipLogic = NodePath("..")
doorBlock = ExtResource("5_fd4og")
doorOBJ = ExtResource("5_27t57")
tile = ExtResource("5_yoeks")
lamp = ExtResource("7_g38tc")
tileWall = ExtResource("7_27t57")
tileCorner = ExtResource("6_7qc4s")
metadata/_custom_type_script = "uid://cq0sxwn7k47n6"