cawez_puzzlebox/primitives/death/death_composite_fractal.tscn
2024-06-27 10:59:57 -04:00

134 lines
5.6 KiB
Plaintext

[gd_scene load_steps=8 format=3 uid="uid://p0gys1svnbo7"]
[ext_resource type="PhysicsMaterial" uid="uid://clyaty70wifjj" path="res://cubes/physics/cube_physics.tres" id="1_x4q76"]
[ext_resource type="Script" path="res://primitives/fractal.gd" id="3_5gejc"]
[ext_resource type="PackedScene" uid="uid://ru77p452tkfp" path="res://primitives/death/death_visual.tscn" id="3_612pi"]
[ext_resource type="PackedScene" uid="uid://b5dk2pwgymm4h" path="res://primitives/death/death_area_player.tscn" id="4_l7fvu"]
[ext_resource type="PackedScene" uid="uid://be071cnfk4wxe" path="res://primitives/death/death_area_cubes.tscn" id="4_pfstp"]
[sub_resource type="BoxShape3D" id="BoxShape3D_jkmhc"]
size = Vector3(3, 3, 3)
[sub_resource type="BoxShape3D" id="BoxShape3D_qca4o"]
size = Vector3(3, 3, 3)
[node name="death_visual" type="Node3D"]
[node name="center" type="StaticBody3D" parent="."]
collision_layer = 17
physics_material_override = ExtResource("1_x4q76")
[node name="CollisionShape3D" type="CollisionShape3D" parent="center"]
shape = SubResource("BoxShape3D_jkmhc")
[node name="death_visual" parent="center" instance=ExtResource("3_612pi")]
transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0)
[node name="death_area_player" parent="center" instance=ExtResource("4_l7fvu")]
transform = Transform3D(3.1, 0, 0, 0, 3.1, 0, 0, 0, 3.1, 0, 0, 0)
[node name="death_area_cubes" parent="center" instance=ExtResource("4_pfstp")]
transform = Transform3D(3.1, 0, 0, 0, 3.1, 0, 0, 0, 3.1, 0, 0, 0)
[node name="n" type="StaticBody3D" parent="."]
script = ExtResource("3_5gejc")
direction = Vector3(1, 0, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="n"]
transform = Transform3D(0.95, 0, 0, 0, 0.95, 0, 0, 0, 0.95, 0, 0, 0)
shape = SubResource("BoxShape3D_qca4o")
[node name="death_visual2" parent="n" instance=ExtResource("3_612pi")]
transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0)
[node name="death_area_player" parent="n" instance=ExtResource("4_l7fvu")]
transform = Transform3D(3.1, 0, 0, 0, 3.1, 0, 0, 0, 3.1, 0, 0, 0)
[node name="death_area_cubes" parent="n" instance=ExtResource("4_pfstp")]
transform = Transform3D(3.1, 0, 0, 0, 3.1, 0, 0, 0, 3.1, 0, 0, 0)
[node name="s" type="StaticBody3D" parent="."]
script = ExtResource("3_5gejc")
direction = Vector3(-1, 0, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="s"]
transform = Transform3D(0.95, 0, 0, 0, 0.95, 0, 0, 0, 0.95, 0, 0, 0)
shape = SubResource("BoxShape3D_qca4o")
[node name="death_visual3" parent="s" instance=ExtResource("3_612pi")]
transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0)
[node name="death_area_player" parent="s" instance=ExtResource("4_l7fvu")]
transform = Transform3D(3.1, 0, 0, 0, 3.1, 0, 0, 0, 3.1, 0, 0, 0)
[node name="death_area_cubes" parent="s" instance=ExtResource("4_pfstp")]
transform = Transform3D(3.1, 0, 0, 0, 3.1, 0, 0, 0, 3.1, 0, 0, 0)
[node name="w" type="StaticBody3D" parent="."]
script = ExtResource("3_5gejc")
direction = Vector3(0, 0, -1)
[node name="CollisionShape3D" type="CollisionShape3D" parent="w"]
transform = Transform3D(0.95, 0, 0, 0, 0.95, 0, 0, 0, 0.95, 0, 0, 0)
shape = SubResource("BoxShape3D_qca4o")
[node name="death_visual4" parent="w" instance=ExtResource("3_612pi")]
transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0)
[node name="death_area_player" parent="w" instance=ExtResource("4_l7fvu")]
transform = Transform3D(3.1, 0, 0, 0, 3.1, 0, 0, 0, 3.1, 0, 0, 0)
[node name="death_area_cubes" parent="w" instance=ExtResource("4_pfstp")]
transform = Transform3D(3.1, 0, 0, 0, 3.1, 0, 0, 0, 3.1, 0, 0, 0)
[node name="e" type="StaticBody3D" parent="."]
script = ExtResource("3_5gejc")
direction = Vector3(0, 0, 1)
[node name="CollisionShape3D" type="CollisionShape3D" parent="e"]
transform = Transform3D(0.95, 0, 0, 0, 0.95, 0, 0, 0, 0.95, 0, 0, 0)
shape = SubResource("BoxShape3D_qca4o")
[node name="death_visual5" parent="e" instance=ExtResource("3_612pi")]
transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0)
[node name="death_area_player" parent="e" instance=ExtResource("4_l7fvu")]
transform = Transform3D(3.1, 0, 0, 0, 3.1, 0, 0, 0, 3.1, 0, 0, 0)
[node name="death_area_cubes" parent="e" instance=ExtResource("4_pfstp")]
transform = Transform3D(3.1, 0, 0, 0, 3.1, 0, 0, 0, 3.1, 0, 0, 0)
[node name="u" type="StaticBody3D" parent="."]
script = ExtResource("3_5gejc")
direction = Vector3(0, 1, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="u"]
transform = Transform3D(0.95, 0, 0, 0, 0.95, 0, 0, 0, 0.95, 0, 0, 0)
shape = SubResource("BoxShape3D_qca4o")
[node name="death_visual6" parent="u" instance=ExtResource("3_612pi")]
transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0)
[node name="death_area_player" parent="u" instance=ExtResource("4_l7fvu")]
transform = Transform3D(3.1, 0, 0, 0, 3.1, 0, 0, 0, 3.1, 0, 0, 0)
[node name="death_area_cubes" parent="u" instance=ExtResource("4_pfstp")]
transform = Transform3D(3.1, 0, 0, 0, 3.1, 0, 0, 0, 3.1, 0, 0, 0)
[node name="d" type="StaticBody3D" parent="."]
script = ExtResource("3_5gejc")
direction = Vector3(0, -1, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="d"]
transform = Transform3D(0.95, 0, 0, 0, 0.95, 0, 0, 0, 0.95, 0, 0, 0)
shape = SubResource("BoxShape3D_qca4o")
[node name="death_visual7" parent="d" instance=ExtResource("3_612pi")]
transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0)
[node name="death_area_player" parent="d" instance=ExtResource("4_l7fvu")]
transform = Transform3D(3.1, 0, 0, 0, 3.1, 0, 0, 0, 3.1, 0, 0, 0)
[node name="death_area_cubes" parent="d" instance=ExtResource("4_pfstp")]
transform = Transform3D(3.1, 0, 0, 0, 3.1, 0, 0, 0, 3.1, 0, 0, 0)