-
Notifications
You must be signed in to change notification settings - Fork 0
/
main_scene.tscn
33 lines (22 loc) · 1.17 KB
/
main_scene.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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://crane/crane.tscn" type="PackedScene" id=1]
[sub_resource type="CubeMesh" id=1]
size = Vector3( 200, 1, 200 )
[sub_resource type="SpatialMaterial" id=2]
albedo_color = Color( 0.0705882, 0.270588, 0.027451, 1 )
[sub_resource type="BoxShape" id=3]
extents = Vector3( 100, 0.5, 100 )
[node name="Spatial" type="Spatial"]
[node name="StaticBody" type="StaticBody" parent="."]
[node name="MeshInstance" type="MeshInstance" parent="StaticBody"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0 )
mesh = SubResource( 1 )
material/0 = SubResource( 2 )
[node name="CollisionShape" type="CollisionShape" parent="StaticBody"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0 )
shape = SubResource( 3 )
[node name="DirectionalLight" type="DirectionalLight" parent="."]
transform = Transform( 1, 0, 0, 0, 0.659018, 0.752127, 0, -0.752127, 0.659018, 0, 27.1361, 12.7887 )
[node name="Camera" type="Camera" parent="."]
transform = Transform( -0.995524, -0.00423098, 0.0944171, 0.0115917, 0.985989, 0.166405, -0.0937982, 0.166755, -0.981527, 4.02624, 6.09409, -20.3772 )
[node name="Crane" parent="." instance=ExtResource( 1 )]