first
This commit is contained in:
16
test/TestConnectFloorWallCorner.tscn
Normal file
16
test/TestConnectFloorWallCorner.tscn
Normal file
@@ -0,0 +1,16 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cedgghypxofb1"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://icwcdyvrtcwe" path="res://test/TestTex1.png" id="1_pku77"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_qmi2d"]
|
||||
albedo_color = Color(0.6952713, 0.7717677, 0.7797104, 1)
|
||||
albedo_texture = ExtResource("1_pku77")
|
||||
|
||||
[node name="TestConnectFloorWall" type="Node3D"]
|
||||
|
||||
[node name="CSGBox3D3" type="CSGBox3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.41, 2, -0.41)
|
||||
material_override = SubResource("StandardMaterial3D_qmi2d")
|
||||
use_collision = true
|
||||
collision_mask = 0
|
||||
size = Vector3(0.2, 4.5, 0.2)
|
||||
Reference in New Issue
Block a user