-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlane.tscn
More file actions
52 lines (39 loc) · 1.68 KB
/
Plane.tscn
File metadata and controls
52 lines (39 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[gd_scene load_steps=8 format=2]
[ext_resource path="res://kenneyTexPak/PNG/Orange/texture_01.png" type="Texture" id=1]
[ext_resource path="res://kenneyTexPak/PNG/Dark/texture_01.png" type="Texture" id=2]
[sub_resource type="SpatialMaterial" id=10]
albedo_texture = ExtResource( 2 )
[sub_resource type="BoxShape" id=2]
[sub_resource type="CubeMesh" id=3]
[sub_resource type="SpatialMaterial" id=4]
albedo_texture = ExtResource( 1 )
[sub_resource type="SpatialMaterial" id=11]
albedo_texture = ExtResource( 2 )
[node name="RigidBody2" type="KinematicBody"]
[node name="CSGBox2" type="CSGBox" parent="."]
transform = Transform( 18.5851, 0, 0, 0, 2.18962, 0, 0, 0, 1, 0.391643, 2.36218, -17.2318 )
material_override = SubResource( 10 )
use_collision = true
[node name="CSGBox4" type="CSGBox" parent="."]
transform = Transform( 18.5851, 0, 0, 0, 2.18962, 0, 0, 0, 1, 0.391643, 2.36218, 16.7236 )
material_override = SubResource( 10 )
use_collision = true
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 18, 0, 0, 0, 1, 0, 0, 0, 18, 0, 0, 0 )
shape = SubResource( 2 )
[node name="MeshInstance" type="MeshInstance" parent="CollisionShape"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00523016, 0, 0 )
mesh = SubResource( 3 )
material/0 = SubResource( 4 )
[node name="CSGBox" type="CSGBox" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 17.0852, 1.93375, -0.79215 )
use_collision = true
height = 5.50968
depth = 34.042
material = SubResource( 11 )
[node name="CSGBox3" type="CSGBox" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -17.5584, 1.93375, -0.79215 )
use_collision = true
height = 5.50968
depth = 34.042
material = SubResource( 11 )