forked from 0xspig/3dCharacterController
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTest.tscn
67 lines (50 loc) · 2.06 KB
/
Test.tscn
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Player.tscn" type="PackedScene" id=1]
[sub_resource type="SpatialMaterial" id=1]
albedo_color = Color( 1, 0, 0, 1 )
[node name="Test" type="Spatial"]
[node name="Player" parent="." instance=ExtResource( 1 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.52829, 0 )
[node name="Level" type="Spatial" parent="."]
[node name="CSGBox" type="CSGBox" parent="Level"]
use_collision = true
width = 25.0
height = 1.0
depth = 25.0
material = SubResource( 1 )
[node name="CSGBox2" type="CSGBox" parent="Level"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 1, 0 )
use_collision = true
[node name="CSGBox9" type="CSGBox" parent="Level"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 4 )
use_collision = true
[node name="CSGBox10" type="CSGBox" parent="Level"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.2, 6 )
use_collision = true
[node name="CSGBox11" type="CSGBox" parent="Level"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.6, 8 )
use_collision = true
[node name="CSGBox12" type="CSGBox" parent="Level"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.1, 10 )
use_collision = true
[node name="CSGBox3" type="CSGBox" parent="Level"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 6, 3, 0 )
use_collision = true
[node name="CSGBox5" type="CSGBox" parent="Level"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 8, 5.5, 0 )
use_collision = true
[node name="CSGBox8" type="CSGBox" parent="Level"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 10, 8.5, 0 )
use_collision = true
[node name="CSGBox4" type="CSGBox" parent="Level"]
transform = Transform( 0.707107, 0.707107, 0, -0.707107, 0.707107, 0, 0, 0, 1, -6, 2, 0 )
use_collision = true
width = 8.0
[node name="CSGBox6" type="CSGBox" parent="Level"]
transform = Transform( 0.5, 0.866025, 0, -0.866025, 0.5, 0, 0, 0, 1, -6, 2, 3 )
use_collision = true
width = 8.0
[node name="CSGBox7" type="CSGBox" parent="Level"]
transform = Transform( 0.866025, 0.5, 0, -0.5, 0.866025, 0, 0, 0, 1, -6, 1, -3 )
use_collision = true
width = 8.0