diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-07 14:16:17 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-07 14:16:17 -0400 |
| commit | 366761197034a20d444282431e4a8edeb7882840 (patch) | |
| tree | 63d7b11eccbb499aef8f5afc3634945c63c14ff5 /scenes/GameBase.tscn | |
| parent | c232b92e2dde1277324d1f89d0e75ae641e4ac3b (diff) | |
whoops, fixed reorg
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 |
