blob: eaa6c86570170b502fb1afef9a12e45405fb0d9f (
plain)
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
|
[gd_scene load_steps=4 format=2]
[ext_resource path="res://scenes/environment/Water.tscn" type="PackedScene" id=1]
[ext_resource path="res://ui/HUD.tscn" type="PackedScene" id=2]
[ext_resource path="res://scripts/GameBase.gd" type="Script" id=3]
[node name="GAMEWORLD" type="Spatial"]
script = ExtResource( 3 )
[node name="Water" parent="." instance=ExtResource( 1 )]
transform = Transform( 6000, 0, 0, 0, 100, 0, 0, 0, 6000, 0, 0, 0 )
[node name="WORLDGEO" type="Spatial" parent="."]
[node name="MACHINES" type="Spatial" parent="."]
[node name="BALLISTICS" type="Spatial" parent="."]
[node name="PLAYERS" type="Spatial" parent="."]
[node name="HUD" parent="." instance=ExtResource( 2 )]
[node name="DEFAULTCAM" type="Camera" parent="."]
current = true
far = 8192.0
|