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