cawez_puzzlebox/cubes/physics/cube_blue_unkillable.tscn
2024-06-22 18:04:25 -04:00

18 lines
756 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://84ydefh2yjfc"]
[ext_resource type="PhysicsMaterial" uid="uid://clyaty70wifjj" path="res://cubes/physics/cube_physics.tres" id="1_oxs47"]
[ext_resource type="PackedScene" uid="uid://bpwwm2e0iw0ff" path="res://cubes/physics/cube_blue_unkillable.blend" id="2_8a8ol"]
[sub_resource type="BoxShape3D" id="BoxShape3D_a4su7"]
size = Vector3(3, 3, 3)
[node name="cube_blue_unkillable" type="RigidBody3D"]
mass = 0.25
physics_material_override = ExtResource("1_oxs47")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_a4su7")
[node name="cube_blue_killable" parent="." instance=ExtResource("2_8a8ol")]
transform = Transform3D(1.5, 0, 0, 0, 1.5, 0, 0, 0, 1.5, 0, 0, 0)