32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
[gd_scene format=3 uid="uid://tbtmdq3qw0h0"]
|
|
|
|
[ext_resource type="Script" uid="uid://c3igw81nke1l1" path="res://scripts/Breakable.gd" id="1_4v01d"]
|
|
[ext_resource type="Texture2D" uid="uid://dubgjsy23ewhg" path="res://assets/textures/cracked_texture.png" id="2_wqk0f"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_51wcf"]
|
|
albedo_color = Color(0.66, 0.66, 0.66, 1)
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_e4qnn"]
|
|
material = SubResource("StandardMaterial3D_51wcf")
|
|
size = Vector3(2, 3, 0.3)
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_fyydt"]
|
|
size = Vector3(2, 3, 0.0927734)
|
|
|
|
[node name="BreakableWall" type="StaticBody3D" unique_id=1567217624 groups=["breakable"]]
|
|
collision_layer = 3
|
|
script = ExtResource("1_4v01d")
|
|
|
|
[node name="MeshWall" type="MeshInstance3D" parent="." unique_id=1305566895]
|
|
mesh = SubResource("BoxMesh_e4qnn")
|
|
|
|
[node name="CollisionWall" type="CollisionShape3D" parent="." unique_id=1893658791]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0020752, 0.00602722, -0.000976563)
|
|
shape = SubResource("BoxShape3D_fyydt")
|
|
|
|
[node name="Decal" type="Decal" parent="." unique_id=189006667]
|
|
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 1.61289e-09, -0.0368986)
|
|
visible = false
|
|
size = Vector3(1.9668, 0.720148, 2.96912)
|
|
texture_albedo = ExtResource("2_wqk0f")
|