51 lines
2.1 KiB
Plaintext
51 lines
2.1 KiB
Plaintext
[gd_scene load_steps=9 format=3 uid="uid://cftfv7v8syhig"]
|
|
|
|
[ext_resource type="Script" uid="uid://c7ea7hd1t6ucj" path="res://script/ShipLogic.gd" id="1_iuibe"]
|
|
[ext_resource type="PackedScene" uid="uid://d3ny31fbtn7eb" path="res://test/debugCube.tscn" id="3_6dd4g"]
|
|
[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"]
|
|
|
|
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_yoeks"]
|
|
panorama = ExtResource("4_fd4og")
|
|
|
|
[sub_resource type="Sky" id="Sky_ly181"]
|
|
sky_material = SubResource("PanoramaSkyMaterial_yoeks")
|
|
|
|
[sub_resource type="Environment" id="Environment_7qc4s"]
|
|
background_mode = 2
|
|
sky = SubResource("Sky_ly181")
|
|
ambient_light_source = 2
|
|
ambient_light_color = Color(0.241156, 0.241156, 0.241156, 1)
|
|
ssr_enabled = true
|
|
glow_enabled = true
|
|
glow_intensity = 1.1
|
|
|
|
[sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_iuibe"]
|
|
|
|
[node name="SpaceshipTest" type="Node3D"]
|
|
script = ExtResource("1_iuibe")
|
|
metadata/_custom_type_script = "uid://c7ea7hd1t6ucj"
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
environment = SubResource("Environment_7qc4s")
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.0445775, 0)
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
|
|
shape = SubResource("WorldBoundaryShape3D_iuibe")
|
|
|
|
[node name="DebugCube" parent="." instance=ExtResource("3_6dd4g")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.733945, 0.261625)
|
|
|
|
[node name="DebugCube2" parent="." instance=ExtResource("3_6dd4g")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.552344, -0.0315728)
|
|
|
|
[node name="DebugCube3" parent="." instance=ExtResource("3_6dd4g")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.306636, -0.391098, -0.0315728)
|
|
|
|
[node name="LevelGenerator" type="Node3D" parent="."]
|
|
script = ExtResource("4_yoeks")
|
|
gridSize = 150
|
|
metadata/_custom_type_script = "uid://cq0sxwn7k47n6"
|