diff options
Diffstat (limited to 'scenes/GameBase.tscn')
| -rw-r--r-- | scenes/GameBase.tscn | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/scenes/GameBase.tscn b/scenes/GameBase.tscn deleted file mode 100644 index eaa6c86..0000000 --- a/scenes/GameBase.tscn +++ /dev/null @@ -1,25 +0,0 @@ -[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 |
