-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtitle_screen.tscn
34 lines (24 loc) · 1.42 KB
/
title_screen.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
[gd_scene load_steps=6 format=2]
[ext_resource path="res://materials/mudCracked/mud.tres" type="Material" id=1]
[ext_resource path="res://obstacles/hay_pyramid.tscn" type="PackedScene" id=2]
[ext_resource path="res://vehicles/combine.tscn" type="PackedScene" id=3]
[sub_resource type="QuadMesh" id=1]
material = ExtResource( 1 )
size = Vector2( 400, 400 )
[sub_resource type="ConcavePolygonShape3D" id=2]
data = PackedVector3Array( -200, -200, 0, -200, 200, 0, 200, 200, 0, -200, -200, 0, 200, 200, 0, 200, -200, 0 )
[node name="title_screen" type="Node3D"]
[node name="hay_pyramid" parent="." instance=ExtResource( 2 )]
transform = Transform3D( 0.973655, 0, 0.228028, 0, 1, 0, -0.228028, 0, 0.973655, 0.716657, 0, 0 )
padding = 1.8
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0 )
mesh = SubResource( 1 )
[node name="StaticBody3D" type="StaticBody3D" parent="MeshInstance3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D/StaticBody3D"]
shape = SubResource( 2 )
[node name="vehicle" parent="." instance=ExtResource( 3 )]
transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.339039, 0.645624, -74.6122 )
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D( 0.966908, 0.0478669, -0.250594, 0, 0.982241, 0.187621, 0.255125, -0.181413, 0.949737, -2.36941, 2.4562, 6.11593 )
current = true