Files
SpaceBots/test/Test4Way.tscn
2026-01-21 23:40:20 +01:00

58 lines
2.2 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://dug63alirqh6t"]
[ext_resource type="Script" uid="uid://275mm2e32a20" path="res://Maps/Rooms/RoomScripts/test_4_way.gd" id="1_0jt6g"]
[ext_resource type="Texture2D" uid="uid://icwcdyvrtcwe" path="res://test/TestTex1.png" id="1_tecoy"]
[ext_resource type="PackedScene" uid="uid://md1qkedi16r6" path="res://Minigames/Initiators/MinigameFuseBox.tscn" id="3_0jt6g"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_and83"]
albedo_color = Color(1, 0.30980393, 0, 1)
albedo_texture = ExtResource("1_tecoy")
uv1_scale = Vector3(0.25, 0.25, 0.25)
[node name="Test4Way" type="Node3D" node_paths=PackedStringArray("Lights")]
script = ExtResource("1_0jt6g")
Lights = [NodePath("OmniLight3D")]
metadata/_custom_type_script = "uid://lmn08s8c5lfo"
[node name="CSGCombiner3D" type="CSGCombiner3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
material_override = SubResource("StandardMaterial3D_and83")
use_collision = true
collision_mask = 0
[node name="CSGBox3D" type="CSGBox3D" parent="CSGCombiner3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0)
size = Vector3(8, 6, 8)
[node name="CSGBox3D2" type="CSGBox3D" parent="CSGCombiner3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0)
operation = 2
size = Vector3(7.5, 5, 7.5)
[node name="CSGBox3D3" type="CSGBox3D" parent="CSGCombiner3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 1, 4)
operation = 2
size = Vector3(3, 3, 1)
[node name="CSGBox3D6" type="CSGBox3D" parent="CSGCombiner3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.5, 1, -4)
operation = 2
size = Vector3(3, 3, 1)
[node name="CSGBox3D4" type="CSGBox3D" parent="CSGCombiner3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 1, -0.5)
operation = 2
size = Vector3(1, 3, 3)
[node name="CSGBox3D5" type="CSGBox3D" parent="CSGCombiner3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 1, 0.5)
operation = 2
size = Vector3(1, 3, 3)
[node name="OmniLight3D" type="OmniLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.4179506, 0)
omni_range = 7.3493676
[node name="MinigameFuseBox" parent="." instance=ExtResource("3_0jt6g")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.1047099, -4.7683716e-07, -3.6274142)