Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.7 MiB |
@@ -0,0 +1,17 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://blc3s7fewh1t4"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://icwcdyvrtcwe" path="res://test/TestTex1.png" id="1_63rrq"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_63rrq"]
|
||||
albedo_color = Color(0.7176471, 0.7176471, 0.7176471, 1)
|
||||
albedo_texture = ExtResource("1_63rrq")
|
||||
metallic = 0.7
|
||||
|
||||
[node name="DoorBlockTest" type="Node3D"]
|
||||
|
||||
[node name="CSGBox3D" type="CSGBox3D" parent="."]
|
||||
transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, 0, 1.5, -0.625)
|
||||
material_override = SubResource("StandardMaterial3D_63rrq")
|
||||
use_collision = true
|
||||
collision_mask = 0
|
||||
size = Vector3(0.25, 3, 3)
|
||||
Reference in New Issue
Block a user