cawez_puzzlebox/primitives/platforms/platform_purple.tscn
2024-06-27 23:25:45 -04:00

112 lines
4.4 KiB
Plaintext

[gd_scene load_steps=7 format=3 uid="uid://cn4tvul6ppeq1"]
[ext_resource type="PhysicsMaterial" uid="uid://clyaty70wifjj" path="res://cubes/physics/cube_physics.tres" id="1_awj62"]
[ext_resource type="PackedScene" uid="uid://d0tuyydptpmlv" path="res://primitives/platforms/platform_purple.blend" id="3_obha5"]
[ext_resource type="Script" path="res://primitives/fractal.gd" id="4_dtr6q"]
[ext_resource type="PackedScene" uid="uid://b5dk2pwgymm4h" path="res://primitives/death/death_area_player.tscn" id="5_e70s5"]
[sub_resource type="BoxShape3D" id="BoxShape3D_c0wct"]
size = Vector3(3, 3, 3)
[sub_resource type="BoxShape3D" id="BoxShape3D_4yg1a"]
size = Vector3(3, 3, 3)
[node name="cube_purple" type="Node3D"]
[node name="center" type="RigidBody3D" parent="."]
mass = 1000.0
physics_material_override = ExtResource("1_awj62")
freeze = true
freeze_mode = 1
[node name="platform_purple" parent="center" instance=ExtResource("3_obha5")]
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, 0, 0, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="center"]
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, 0, 0, 0)
shape = SubResource("BoxShape3D_c0wct")
[node name="n" type="StaticBody3D" parent="."]
script = ExtResource("4_dtr6q")
direction = Vector3(1, 0, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="n"]
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, 0, 0, 0)
shape = SubResource("BoxShape3D_4yg1a")
[node name="death_area_player" parent="n" instance=ExtResource("5_e70s5")]
transform = Transform3D(5, 0, 0, 0, 5, 0, 0, 0, 5, 0, 0, 0)
[node name="platform_purple2" parent="n" instance=ExtResource("3_obha5")]
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, 0, 0, 0)
[node name="s" type="StaticBody3D" parent="."]
script = ExtResource("4_dtr6q")
direction = Vector3(-1, 0, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="s"]
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, 0, 0, 0)
shape = SubResource("BoxShape3D_4yg1a")
[node name="death_area_player2" parent="s" instance=ExtResource("5_e70s5")]
transform = Transform3D(5, 0, 0, 0, 5, 0, 0, 0, 5, 0, 0, 0)
[node name="platform_purple3" parent="s" instance=ExtResource("3_obha5")]
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, 0, 0, 0)
[node name="w" type="StaticBody3D" parent="."]
script = ExtResource("4_dtr6q")
direction = Vector3(0, 0, -1)
[node name="CollisionShape3D" type="CollisionShape3D" parent="w"]
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, 0, 0, 0)
shape = SubResource("BoxShape3D_4yg1a")
[node name="death_area_player3" parent="w" instance=ExtResource("5_e70s5")]
transform = Transform3D(5, 0, 0, 0, 5, 0, 0, 0, 5, 0, 0, 0)
[node name="platform_purple4" parent="w" instance=ExtResource("3_obha5")]
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, 0, 0, 0)
[node name="e" type="StaticBody3D" parent="."]
script = ExtResource("4_dtr6q")
direction = Vector3(0, 0, 1)
[node name="CollisionShape3D" type="CollisionShape3D" parent="e"]
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, 0, 0, 0)
shape = SubResource("BoxShape3D_4yg1a")
[node name="death_area_player4" parent="e" instance=ExtResource("5_e70s5")]
transform = Transform3D(5, 0, 0, 0, 5, 0, 0, 0, 5, 0, 0, 0)
[node name="platform_purple5" parent="e" instance=ExtResource("3_obha5")]
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, 0, 0, 0)
[node name="u" type="StaticBody3D" parent="."]
script = ExtResource("4_dtr6q")
direction = Vector3(0, 1, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="u"]
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, 0, 0, 0)
shape = SubResource("BoxShape3D_4yg1a")
[node name="death_area_player5" parent="u" instance=ExtResource("5_e70s5")]
transform = Transform3D(5, 0, 0, 0, 5, 0, 0, 0, 5, 0, 0, 0)
[node name="platform_purple6" parent="u" instance=ExtResource("3_obha5")]
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, 0, 0, 0)
[node name="d" type="StaticBody3D" parent="."]
script = ExtResource("4_dtr6q")
direction = Vector3(0, -1, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="d"]
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, 0, 0, 0)
shape = SubResource("BoxShape3D_4yg1a")
[node name="death_area_player6" parent="d" instance=ExtResource("5_e70s5")]
transform = Transform3D(5, 0, 0, 0, 5, 0, 0, 0, 5, 0, 0, 0)
[node name="platform_purple7" parent="d" instance=ExtResource("3_obha5")]
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, 0, 0, 0)