-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Terrain.tscn
26 lines (18 loc) · 924 Bytes
/
Terrain.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
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Terrain.gd" type="Script" id=1]
[ext_resource path="res://3DExample/MiniTank.tscn" type="PackedScene" id=2]
[node name="Terrain" type="Spatial"]
script = ExtResource( 1 )
[node name="DirectionalLight" type="DirectionalLight" parent="."]
transform = Transform( 1, 0, 0, 0, -0.181927, 0.983312, 0, -0.983312, -0.181927, 0, 75.8278, 0.0633322 )
[node name="Spatial" type="Spatial" parent="."]
[node name="Camera" type="Camera" parent="Spatial"]
transform = Transform( 1, 0, 0, 0, 0.694596, 0.7194, 0, -0.7194, 0.694596, 0, 41.1093, 68.8686 )
[node name="InterpolatedCamera" type="InterpolatedCamera" parent="."]
current = true
target = NodePath("../MiniTank/Head_Cube001/CamPos")
speed = 2.0
enabled = true
[node name="MiniTank" parent="." instance=ExtResource( 2 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 10.4146, 0 )
[editable path="MiniTank"]