summaryrefslogtreecommitdiffstats
path: root/assets/maps/misc/dev_plane/DevPlane.tscn
blob: 228e30b53a509184d2e01b074e51b6fdf754c52a (plain) (blame)
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
68
69
70
71
72
73
74
75
[gd_scene load_steps=8 format=2]

[ext_resource path="res://assets/maps/misc/dev_plane/tile_color.png" type="Texture" id=1]

[sub_resource type="SpatialMaterial" id=6]
albedo_texture = ExtResource( 1 )
uv1_scale = Vector3( 0.125, 1, 0.125 )
uv1_triplanar = true

[sub_resource type="CubeMesh" id=1]
material = SubResource( 6 )
size = Vector3( 240, 1, 240 )

[sub_resource type="BoxShape" id=2]
extents = Vector3( 120, 0.5, 120 )

[sub_resource type="SpatialMaterial" id=3]
albedo_color = Color( 0.780392, 0.0431373, 0.0431373, 1 )

[sub_resource type="CubeMesh" id=4]
material = SubResource( 3 )

[sub_resource type="BoxShape" id=5]

[node name="DevPlane" type="Spatial"]

[node name="DirectionalLight" type="DirectionalLight" parent="."]
transform = Transform( -4.37114e-08, -0.292372, 0.956305, 0, 0.956305, 0.292372, -1, 1.278e-08, -4.18014e-08, 0, 10, 0 )
shadow_enabled = true
directional_shadow_blend_splits = true

[node name="Camera" type="Camera" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.70758, 7.29223 )

[node name="Geometry" type="Spatial" parent="."]

[node name="Floor" type="StaticBody" parent="Geometry"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0 )

[node name="MeshInstance" type="MeshInstance" parent="Geometry/Floor"]
mesh = SubResource( 1 )
material/0 = null

[node name="CollisionShape" type="CollisionShape" parent="Geometry/Floor"]
shape = SubResource( 2 )

[node name="TestCube1" type="RigidBody" parent="."]
transform = Transform( 0.726215, -0.00350858, -0.687459, 0.470969, 0.731, 0.493789, 0.5008, -0.682368, 0.532515, 0, 5.3564, -15.6284 )

[node name="MeshInstance" type="MeshInstance" parent="TestCube1"]
mesh = SubResource( 4 )
material/0 = null

[node name="CollisionShape" type="CollisionShape" parent="TestCube1"]
shape = SubResource( 5 )

[node name="TestCube2" type="RigidBody" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 1, 0 )

[node name="MeshInstance" type="MeshInstance" parent="TestCube2"]
mesh = SubResource( 4 )
material/0 = null

[node name="CollisionShape" type="CollisionShape" parent="TestCube2"]
shape = SubResource( 5 )

[node name="TestCube3" type="RigidBody" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 11, 1, 0 )

[node name="MeshInstance" type="MeshInstance" parent="TestCube3"]
mesh = SubResource( 4 )
material/0 = null

[node name="CollisionShape" type="CollisionShape" parent="TestCube3"]
shape = SubResource( 5 )