Files
SpaceBots/test/spaceship_test.tscn499180093.tmp

46 lines
1.9 KiB
Plaintext
Raw Permalink Normal View History

2026-01-21 23:40:20 +01:00
[gd_scene load_steps=10 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"]
[ext_resource type="Texture2D" uid="uid://b6v8etoyl3auu" path="res://test/HugeTestRoom.png" id="5_7qc4s"]
[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.552344, 0)
[node name="LevelGenerator" type="Node3D" parent="."]
script = ExtResource("4_yoeks")
testTexture = ExtResource("5_7qc4s")
metadata/_custom_type_script = "uid://cq0sxwn7k47n6"