diff options
author | cel <cel@blos.sm> | 2022-07-17 02:48:59 +0100 |
---|---|---|
committer | cel <cel@blos.sm> | 2022-07-17 02:48:59 +0100 |
commit | 45c8787154fe7384c9c1faa2ab7c003b995393ca (patch) | |
tree | bc92804db1fbe55f2a337729a5e1b1c63630cf2a | |
parent | 55a7b8fad48c406e83774bd928bc06df8acddd09 (diff) | |
download | 2022-45c8787154fe7384c9c1faa2ab7c003b995393ca.tar.gz 2022-45c8787154fe7384c9c1faa2ab7c003b995393ca.tar.bz2 2022-45c8787154fe7384c9c1faa2ab7c003b995393ca.zip |
change default level to first level
-rw-r--r-- | godot/project.godot | 5 | ||||
-rw-r--r-- | godot/scenes/Die.tscn | 2 | ||||
-rw-r--r-- | godot/scenes/Game.tscn | 8 | ||||
-rw-r--r-- | godot/scenes/levels/level1/level1.tscn | 199 |
4 files changed, 113 insertions, 101 deletions
diff --git a/godot/project.godot b/godot/project.godot index e98a5a8..428c9cf 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -28,6 +28,10 @@ window/stretch/mode="2d" singletons=[ ] +[global] + +distance=false + [input] mouse_btn_left={ @@ -42,4 +46,5 @@ esc={ [rendering] +misc/occlusion_culling/max_active_spheres=0 environment/default_environment="res://default_env.tres" diff --git a/godot/scenes/Die.tscn b/godot/scenes/Die.tscn index 2d73734..a55f74d 100644 --- a/godot/scenes/Die.tscn +++ b/godot/scenes/Die.tscn @@ -58,3 +58,5 @@ material/0 = null [node name="Camera" type="ClippedCamera" parent="CamRoot/Horizontal/Vertical"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 10.1285 ) +far = 8192.0 +process_mode = 1 diff --git a/godot/scenes/Game.tscn b/godot/scenes/Game.tscn index 9891f4e..0796a83 100644 --- a/godot/scenes/Game.tscn +++ b/godot/scenes/Game.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=7 format=2] [ext_resource path="res://scenes/Game.gd" type="Script" id=1] -[ext_resource path="res://scenes/levels/test_scene_movement/TestSceneMovement.tscn" type="PackedScene" id=2] +[ext_resource path="res://scenes/levels/level1/level1.tscn" type="PackedScene" id=2] [ext_resource path="res://assets/theme.tres" type="Theme" id=3] [ext_resource path="res://assets/fonts/format.tres" type="DynamicFont" id=4] [ext_resource path="res://scenes/objects/Scoreboard.tscn" type="PackedScene" id=5] @@ -10,8 +10,6 @@ [node name="Game" type="Spatial"] script = ExtResource( 1 ) -[node name="TestScene" parent="." instance=ExtResource( 2 )] - [node name="PausePopup" type="Control" parent="."] pause_mode = 2 visible = false @@ -64,11 +62,11 @@ visible = false margin_right = -0.319946 margin_bottom = 0.47998 -[node name="Level1" type="Spatial" parent="."] - [node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] stream = ExtResource( 6 ) autoplay = true +[node name="Level1" parent="." instance=ExtResource( 2 )] + [connection signal="pressed" from="PausePopup/Panel/VBoxContainer/ResumeButton" to="." method="_on_ResumeButton_pressed"] [connection signal="pressed" from="PausePopup/Panel/VBoxContainer/QuitButton" to="." method="_on_QuitButton_pressed"] diff --git a/godot/scenes/levels/level1/level1.tscn b/godot/scenes/levels/level1/level1.tscn index 20174ed..634d7bb 100644 --- a/godot/scenes/levels/level1/level1.tscn +++ b/godot/scenes/levels/level1/level1.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=29 format=2] +[gd_scene load_steps=30 format=2] [ext_resource path="res://assets/game_objects/level1_BG_model.glb" type="PackedScene" id=1] [ext_resource path="res://assets/game_objects/level1_track_model.glb" type="PackedScene" id=2] @@ -6,6 +6,7 @@ [ext_resource path="res://assets/game_objects/taxi.glb" type="PackedScene" id=4] [ext_resource path="res://assets/game_objects/beamTurret.glb" type="PackedScene" id=5] [ext_resource path="res://assets/game_objects/window(Clone).material" type="Material" id=6] +[ext_resource path="res://scenes/Die.tscn" type="PackedScene" id=7] [sub_resource type="ConcavePolygonShape" id=4] data = PoolVector3Array( 0.0073, 0.0938, -0.0073, 0.0138, 0.0563, -0.0138, 0.0169, 0.0563, -0.0098, 0.0169, 0.0563, -0.0098, 0.009, 0.0938, -0.0052, 0.0073, 0.0938, -0.0073, -0.0051, 0.0563, 0.0189, -0.0027, 0.0938, 0.01, 0, 0.0938, 0.0104, 0, 0.0938, 0.0104, 0, 0.0563, 0.0196, -0.0051, 0.0563, 0.0189, -0.0051, 0.0563, -0.0189, -0.0027, 0.0938, -0.01, -0.0052, 0.0938, -0.009, -0.0052, 0.0938, -0.009, -0.0098, 0.0563, -0.0169, -0.0051, 0.0563, -0.0189, 0.01, 0.0938, 0.0027, 0.0104, 0.0938, 0, 0.0196, 0.0563, 0, 0.0196, 0.0563, 0, 0.0189, 0.0563, 0.0051, 0.01, 0.0938, 0.0027, 0.009, 0.0938, 0.0052, 0.01, 0.0938, 0.0027, 0.0189, 0.0563, 0.0051, 0.0189, 0.0563, 0.0051, 0.0169, 0.0563, 0.0098, 0.009, 0.0938, 0.0052, 0.01, 0.0938, -0.0027, 0.0189, 0.0563, -0.0051, 0.0196, 0.0563, 0, 0.0196, 0.0563, 0, 0.0104, 0.0938, 0, 0.01, 0.0938, -0.0027, 0, 0.0563, 0.0196, 0, 0.0938, 0.0104, 0.0027, 0.0938, 0.01, 0.0027, 0.0938, 0.01, 0.0051, 0.0563, 0.0189, 0, 0.0563, 0.0196, 0, 0.0563, -0.0196, 0, 0.0938, -0.0104, -0.0027, 0.0938, -0.01, -0.0027, 0.0938, -0.01, -0.0051, 0.0563, -0.0189, 0, 0.0563, -0.0196, 0.0051, 0.0563, -0.0189, 0.0027, 0.0938, -0.01, 0, 0.0938, -0.0104, 0, 0.0938, -0.0104, 0, 0.0563, -0.0196, 0.0051, 0.0563, -0.0189, 0.0098, 0.0563, -0.0169, 0.0052, 0.0938, -0.009, 0.0027, 0.0938, -0.01, 0.0027, 0.0938, -0.01, 0.0051, 0.0563, -0.0189, 0.0098, 0.0563, -0.0169, -0.0169, 0.0563, 0.0098, -0.009, 0.0938, 0.0052, -0.0073, 0.0938, 0.0073, -0.0073, 0.0938, 0.0073, -0.0138, 0.0563, 0.0138, -0.0169, 0.0563, 0.0098, 0.0375, 0, -0.0375, 0.0375, 0.0188, -0.0375, -0.0375, 0.0188, -0.0375, -0.0375, 0.0188, -0.0375, -0.0375, 0, -0.0375, 0.0375, 0, -0.0375, -0.0189, 0.0563, -0.0051, -0.01, 0.0938, -0.0027, -0.0104, 0.0938, 0, -0.0104, 0.0938, 0, -0.0196, 0.0563, 0, -0.0189, 0.0563, -0.0051, -0.0098, 0.0563, -0.0169, -0.0052, 0.0938, -0.009, -0.0073, 0.0938, -0.0073, -0.0073, 0.0938, -0.0073, -0.0138, 0.0563, -0.0138, -0.0098, 0.0563, -0.0169, -0.0375, 0, 0.0375, 0.0375, 0, 0.0375, 0.0375, 0, -0.0375, 0.0375, 0, -0.0375, -0.0375, 0, -0.0375, -0.0375, 0, 0.0375, 0.0138, 0.0563, -0.0138, 0.0073, 0.0938, -0.0073, 0.0052, 0.0938, -0.009, 0.0052, 0.0938, -0.009, 0.0098, 0.0563, -0.0169, 0.0138, 0.0563, -0.0138, 0.0098, 0.0563, 0.0169, 0.0052, 0.0938, 0.009, 0.0073, 0.0938, 0.0073, 0.0073, 0.0938, 0.0073, 0.0138, 0.0563, 0.0138, 0.0098, 0.0563, 0.0169, -0.0169, 0.0563, -0.0098, -0.0138, 0.0563, -0.0138, -0.0073, 0.0938, -0.0073, -0.0073, 0.0938, -0.0073, -0.009, 0.0938, -0.0052, -0.0169, 0.0563, -0.0098, 0.009, 0.0938, -0.0052, 0.0169, 0.0563, -0.0098, 0.0189, 0.0563, -0.0051, 0.0189, 0.0563, -0.0051, 0.01, 0.0938, -0.0027, 0.009, 0.0938, -0.0052, -0.0375, 0, 0.0375, -0.0375, 0.0188, 0.0375, 0.0375, 0.0188, 0.0375, 0.0375, 0.0188, 0.0375, 0.0375, 0, 0.0375, -0.0375, 0, 0.0375, 0.0375, 0.0188, 0.0375, 0.0375, 0.0188, -0.0375, 0.0375, 0, -0.0375, 0.0375, 0, -0.0375, 0.0375, 0, 0.0375, 0.0375, 0.0188, 0.0375, 0.0073, 0.0938, 0.0073, 0.009, 0.0938, 0.0052, 0.0169, 0.0563, 0.0098, 0.0169, 0.0563, 0.0098, 0.0138, 0.0563, 0.0138, 0.0073, 0.0938, 0.0073, -0.0189, 0.0563, -0.0051, -0.0169, 0.0563, -0.0098, -0.009, 0.0938, -0.0052, -0.009, 0.0938, -0.0052, -0.01, 0.0938, -0.0027, -0.0189, 0.0563, -0.0051, -0.0196, 0.0563, 0, -0.0104, 0.0938, 0, -0.01, 0.0938, 0.0027, -0.01, 0.0938, 0.0027, -0.0189, 0.0563, 0.0051, -0.0196, 0.0563, 0, 0.01, 0.0938, -0.0027, 0.0104, 0.0938, 0, 0.01, 0.0938, 0.0027, 0.009, 0.0938, -0.0052, 0.01, 0.0938, -0.0027, 0.01, 0.0938, 0.0027, 0.009, 0.0938, -0.0052, 0.01, 0.0938, 0.0027, 0.009, 0.0938, 0.0052, 0.0073, 0.0938, -0.0073, 0.009, 0.0938, -0.0052, 0.009, 0.0938, 0.0052, 0.0073, 0.0938, -0.0073, 0.009, 0.0938, 0.0052, 0.0073, 0.0938, 0.0073, 0.0052, 0.0938, -0.009, 0.0073, 0.0938, -0.0073, 0.0073, 0.0938, 0.0073, 0.0052, 0.0938, -0.009, 0.0073, 0.0938, 0.0073, 0.0052, 0.0938, 0.009, 0.0027, 0.0938, -0.01, 0.0052, 0.0938, -0.009, 0.0052, 0.0938, 0.009, 0.0027, 0.0938, -0.01, 0.0052, 0.0938, 0.009, 0.0027, 0.0938, 0.01, 0, 0.0938, -0.0104, 0.0027, 0.0938, -0.01, 0.0027, 0.0938, 0.01, 0, 0.0938, -0.0104, 0.0027, 0.0938, 0.01, 0, 0.0938, 0.0104, -0.0027, 0.0938, -0.01, 0, 0.0938, -0.0104, 0, 0.0938, 0.0104, -0.0027, 0.0938, -0.01, 0, 0.0938, 0.0104, -0.0027, 0.0938, 0.01, -0.0052, 0.0938, -0.009, -0.0027, 0.0938, -0.01, -0.0027, 0.0938, 0.01, -0.0052, 0.0938, -0.009, -0.0027, 0.0938, 0.01, -0.0052, 0.0938, 0.009, -0.0073, 0.0938, -0.0073, -0.0052, 0.0938, -0.009, -0.0052, 0.0938, 0.009, -0.0073, 0.0938, -0.0073, -0.0052, 0.0938, 0.009, -0.0073, 0.0938, 0.0073, -0.009, 0.0938, -0.0052, -0.0073, 0.0938, -0.0073, -0.0073, 0.0938, 0.0073, -0.009, 0.0938, -0.0052, -0.0073, 0.0938, 0.0073, -0.009, 0.0938, 0.0052, -0.01, 0.0938, -0.0027, -0.009, 0.0938, -0.0052, -0.009, 0.0938, 0.0052, -0.01, 0.0938, -0.0027, -0.009, 0.0938, 0.0052, -0.01, 0.0938, 0.0027, -0.01, 0.0938, 0.0027, -0.0104, 0.0938, 0, -0.01, 0.0938, -0.0027, -0.0098, 0.0563, 0.0169, -0.0052, 0.0938, 0.009, -0.0027, 0.0938, 0.01, -0.0027, 0.0938, 0.01, -0.0051, 0.0563, 0.0189, -0.0098, 0.0563, 0.0169, 0.0051, 0.0563, 0.0189, 0.0027, 0.0938, 0.01, 0.0052, 0.0938, 0.009, 0.0052, 0.0938, 0.009, 0.0098, 0.0563, 0.0169, 0.0051, 0.0563, 0.0189, -0.0138, 0.0563, 0.0138, -0.0073, 0.0938, 0.0073, -0.0052, 0.0938, 0.009, -0.0052, 0.0938, 0.009, -0.0098, 0.0563, 0.0169, -0.0138, 0.0563, 0.0138, -0.0375, 0, 0.0375, -0.0375, 0, -0.0375, -0.0375, 0.0188, -0.0375, -0.0375, 0.0188, -0.0375, -0.0375, 0.0188, 0.0375, -0.0375, 0, 0.0375, -0.0189, 0.0563, 0.0051, -0.01, 0.0938, 0.0027, -0.009, 0.0938, 0.0052, -0.009, 0.0938, 0.0052, -0.0169, 0.0563, 0.0098, -0.0189, 0.0563, 0.0051, 0.0375, 0.0188, -0.0375, 0.0288, 0.0188, 0, 0.0278, 0.0188, -0.0074, 0.0375, 0.0188, -0.0375, 0.0278, 0.0188, -0.0074, 0.0249, 0.0188, -0.0144, 0.0375, 0.0188, -0.0375, 0.0249, 0.0188, -0.0144, 0.0203, 0.0188, -0.0203, 0.0375, 0.0188, -0.0375, 0.0203, 0.0188, -0.0203, 0.0144, 0.0188, -0.0249, 0.0375, 0.0188, -0.0375, 0.0144, 0.0188, -0.0249, 0.0074, 0.0188, -0.0278, 0.0375, 0.0188, -0.0375, 0.0074, 0.0188, -0.0278, 0, 0.0188, -0.0288, 0.0375, 0.0188, -0.0375, 0, 0.0188, -0.0288, -0.0074, 0.0188, -0.0278, 0.0375, 0.0188, -0.0375, 0.0375, 0.0188, 0.0375, 0.0288, 0.0188, 0, -0.0375, 0.0188, -0.0375, 0.0375, 0.0188, -0.0375, -0.0074, 0.0188, -0.0278, -0.0074, 0.0188, -0.0278, -0.0144, 0.0188, -0.0249, -0.0375, 0.0188, -0.0375, -0.0144, 0.0188, -0.0249, -0.0203, 0.0188, -0.0203, -0.0375, 0.0188, -0.0375, -0.0203, 0.0188, -0.0203, -0.0249, 0.0188, -0.0144, -0.0375, 0.0188, -0.0375, -0.0249, 0.0188, -0.0144, -0.0278, 0.0188, -0.0074, -0.0375, 0.0188, -0.0375, -0.0278, 0.0188, -0.0074, -0.0375, 0.0188, 0.0375, -0.0375, 0.0188, -0.0375, -0.0278, 0.0188, -0.0074, -0.0288, 0.0188, 0, -0.0375, 0.0188, 0.0375, 0.0278, 0.0188, 0.0074, 0.0288, 0.0188, 0, 0.0375, 0.0188, 0.0375, 0.0249, 0.0188, 0.0144, 0.0278, 0.0188, 0.0074, 0.0375, 0.0188, 0.0375, 0.0203, 0.0188, 0.0203, 0.0249, 0.0188, 0.0144, 0.0375, 0.0188, 0.0375, 0.0144, 0.0188, 0.0249, 0.0203, 0.0188, 0.0203, 0.0375, 0.0188, 0.0375, 0.0074, 0.0188, 0.0278, 0.0144, 0.0188, 0.0249, 0.0375, 0.0188, 0.0375, 0, 0.0188, 0.0288, 0.0074, 0.0188, 0.0278, 0.0375, 0.0188, 0.0375, -0.0074, 0.0188, 0.0278, 0, 0.0188, 0.0288, 0.0375, 0.0188, 0.0375, -0.0074, 0.0188, 0.0278, 0.0375, 0.0188, 0.0375, -0.0375, 0.0188, 0.0375, -0.0144, 0.0188, 0.0249, -0.0074, 0.0188, 0.0278, -0.0375, 0.0188, 0.0375, -0.0203, 0.0188, 0.0203, -0.0144, 0.0188, 0.0249, -0.0375, 0.0188, 0.0375, -0.0249, 0.0188, 0.0144, -0.0203, 0.0188, 0.0203, -0.0375, 0.0188, 0.0375, -0.0278, 0.0188, 0.0074, -0.0249, 0.0188, 0.0144, -0.0375, 0.0188, 0.0375, -0.0375, 0.0188, 0.0375, -0.0288, 0.0188, 0, -0.0278, 0.0188, 0.0074, 0.0074, 0.0188, 0.0278, 0.0051, 0.0563, 0.0189, 0.0098, 0.0563, 0.0169, 0.0098, 0.0563, 0.0169, 0.0144, 0.0188, 0.0249, 0.0074, 0.0188, 0.0278, 0, 0.0188, 0.0288, 0, 0.0563, 0.0196, 0.0051, 0.0563, 0.0189, 0.0051, 0.0563, 0.0189, 0.0074, 0.0188, 0.0278, 0, 0.0188, 0.0288, -0.0278, 0.0188, -0.0074, -0.0249, 0.0188, -0.0144, -0.0169, 0.0563, -0.0098, -0.0169, 0.0563, -0.0098, -0.0189, 0.0563, -0.0051, -0.0278, 0.0188, -0.0074, -0.0288, 0.0188, 0, -0.0278, 0.0188, -0.0074, -0.0189, 0.0563, -0.0051, -0.0189, 0.0563, -0.0051, -0.0196, 0.0563, 0, -0.0288, 0.0188, 0, -0.0288, 0.0188, 0, -0.0196, 0.0563, 0, -0.0189, 0.0563, 0.0051, -0.0189, 0.0563, 0.0051, -0.0278, 0.0188, 0.0074, -0.0288, 0.0188, 0, 0.0074, 0.0188, -0.0278, 0.0051, 0.0563, -0.0189, 0, 0.0563, -0.0196, 0, 0.0563, -0.0196, 0, 0.0188, -0.0288, 0.0074, 0.0188, -0.0278, 0.0144, 0.0188, 0.0249, 0.0098, 0.0563, 0.0169, 0.0138, 0.0563, 0.0138, 0.0138, 0.0563, 0.0138, 0.0203, 0.0188, 0.0203, 0.0144, 0.0188, 0.0249, 0.0138, 0.0563, 0.0138, 0.0169, 0.0563, 0.0098, 0.0249, 0.0188, 0.0144, 0.0249, 0.0188, 0.0144, 0.0203, 0.0188, 0.0203, 0.0138, 0.0563, 0.0138, -0.0249, 0.0188, -0.0144, -0.0203, 0.0188, -0.0203, -0.0138, 0.0563, -0.0138, -0.0138, 0.0563, -0.0138, -0.0169, 0.0563, -0.0098, -0.0249, 0.0188, -0.0144, -0.0278, 0.0188, 0.0074, -0.0189, 0.0563, 0.0051, -0.0169, 0.0563, 0.0098, -0.0169, 0.0563, 0.0098, -0.0249, 0.0188, 0.0144, -0.0278, 0.0188, 0.0074, -0.0144, 0.0188, -0.0249, -0.0098, 0.0563, -0.0169, -0.0138, 0.0563, -0.0138, -0.0138, 0.0563, -0.0138, -0.0203, 0.0188, -0.0203, -0.0144, 0.0188, -0.0249, 0.0144, 0.0188, -0.0249, 0.0098, 0.0563, -0.0169, 0.0051, 0.0563, -0.0189, 0.0051, 0.0563, -0.0189, 0.0074, 0.0188, -0.0278, 0.0144, 0.0188, -0.0249, 0.0203, 0.0188, -0.0203, 0.0138, 0.0563, -0.0138, 0.0098, 0.0563, -0.0169, 0.0098, 0.0563, -0.0169, 0.0144, 0.0188, -0.0249, 0.0203, 0.0188, -0.0203, -0.0144, 0.0188, 0.0249, -0.0098, 0.0563, 0.0169, -0.0051, 0.0563, 0.0189, -0.0051, 0.0563, 0.0189, -0.0074, 0.0188, 0.0278, -0.0144, 0.0188, 0.0249, -0.0249, 0.0188, 0.0144, -0.0169, 0.0563, 0.0098, -0.0138, 0.0563, 0.0138, -0.0138, 0.0563, 0.0138, -0.0203, 0.0188, 0.0203, -0.0249, 0.0188, 0.0144, 0.0169, 0.0563, -0.0098, 0.0249, 0.0188, -0.0144, 0.0278, 0.0188, -0.0074, 0.0278, 0.0188, -0.0074, 0.0189, 0.0563, -0.0051, 0.0169, 0.0563, -0.0098, -0.0203, 0.0188, 0.0203, -0.0138, 0.0563, 0.0138, -0.0098, 0.0563, 0.0169, -0.0098, 0.0563, 0.0169, -0.0144, 0.0188, 0.0249, -0.0203, 0.0188, 0.0203, 0, 0.0188, -0.0288, 0, 0.0563, -0.0196, -0.0051, 0.0563, -0.0189, -0.0051, 0.0563, -0.0189, -0.0074, 0.0188, -0.0278, 0, 0.0188, -0.0288, -0.0074, 0.0188, 0.0278, -0.0051, 0.0563, 0.0189, 0, 0.0563, 0.0196, 0, 0.0563, 0.0196, 0, 0.0188, 0.0288, -0.0074, 0.0188, 0.0278, 0.0189, 0.0563, 0.0051, 0.0196, 0.0563, 0, 0.0288, 0.0188, 0, 0.0288, 0.0188, 0, 0.0278, 0.0188, 0.0074, 0.0189, 0.0563, 0.0051, 0.0138, 0.0563, -0.0138, 0.0203, 0.0188, -0.0203, 0.0249, 0.0188, -0.0144, 0.0249, 0.0188, -0.0144, 0.0169, 0.0563, -0.0098, 0.0138, 0.0563, -0.0138, 0.0169, 0.0563, 0.0098, 0.0189, 0.0563, 0.0051, 0.0278, 0.0188, 0.0074, 0.0278, 0.0188, 0.0074, 0.0249, 0.0188, 0.0144, 0.0169, 0.0563, 0.0098, 0.0196, 0.0563, 0, 0.0189, 0.0563, -0.0051, 0.0278, 0.0188, -0.0074, 0.0278, 0.0188, -0.0074, 0.0288, 0.0188, 0, 0.0196, 0.0563, 0, -0.0074, 0.0188, -0.0278, -0.0051, 0.0563, -0.0189, -0.0098, 0.0563, -0.0169, -0.0098, 0.0563, -0.0169, -0.0144, 0.0188, -0.0249, -0.0074, 0.0188, -0.0278 ) @@ -71,342 +72,348 @@ points = PoolVector3Array( -0.71742, 0.11773, -0.254227, -0.388641, 0.201786, -0 [node name="Spatial" type="Spatial"] -[node name="StaticBody level" type="StaticBody" parent="."] +[node name="Die" parent="." instance=ExtResource( 7 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -47.8823, -0.0948428 ) -[node name="level1_BG_model" parent="StaticBody level" instance=ExtResource( 1 )] +[node name="Spatial" type="Spatial" parent="."] +transform = Transform( 20, 0, 0, 0, 20, 0, 0, 0, 20, 0, 0.505757, 0 ) + +[node name="StaticBody level" type="StaticBody" parent="Spatial"] + +[node name="level1_BG_model" parent="Spatial/StaticBody level" instance=ExtResource( 1 )] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -1.70812 ) -[node name="level1_track_model" parent="StaticBody level" instance=ExtResource( 2 )] +[node name="level1_track_model" parent="Spatial/StaticBody level" instance=ExtResource( 2 )] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -2.66743, -3.7513 ) -[node name="cone8" type="CollisionShape" parent="StaticBody level"] +[node name="cone8" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 4.76837e-07, -2.66743, -2.2013 ) shape = SubResource( 4 ) -[node name="cone7" type="CollisionShape" parent="StaticBody level"] +[node name="cone7" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.3, -2.66743, -1.9013 ) shape = SubResource( 5 ) -[node name="cone6" type="CollisionShape" parent="StaticBody level"] +[node name="cone6" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.2, -2.66743, -2.0013 ) shape = SubResource( 6 ) -[node name="cone5" type="CollisionShape" parent="StaticBody level"] +[node name="cone5" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0999995, -2.66743, -2.1013 ) shape = SubResource( 7 ) -[node name="cone4" type="CollisionShape" parent="StaticBody level"] +[node name="cone4" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( 0, 0, 1.00001, 0, 1, 0, -1.00001, 0, 0, 0.2, -2.66743, -4.0013 ) shape = SubResource( 8 ) -[node name="cone3" type="CollisionShape" parent="StaticBody level"] +[node name="cone3" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( 0, 0, 1.00001, 0, 1, 0, -1.00001, 0, 0, 0.3, -2.66743, -3.9013 ) shape = SubResource( 9 ) -[node name="cone2" type="CollisionShape" parent="StaticBody level"] +[node name="cone2" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( 0, 0, 1.00001, 0, 1, 0, -1.00001, 0, 0, 0.1, -2.66743, -4.1013 ) shape = SubResource( 10 ) -[node name="cone1" type="CollisionShape" parent="StaticBody level"] +[node name="cone1" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( 0, 0, 1.00001, 0, 1, 0, -1.00001, 0, 0, 4.76837e-07, -2.66743, -4.2013 ) shape = SubResource( 11 ) -[node name="track1" type="CollisionShape" parent="StaticBody level"] +[node name="track1" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( -1, 0, -1.09196e-05, 0, 1, 0, 1.81993e-06, 0, -6, 4.76837e-07, -2.76743, -3.5013 ) shape = SubResource( 12 ) -[node name="trackstart" type="CollisionShape" parent="StaticBody level"] +[node name="trackstart" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 4.76837e-07, -2.76743, -0.00129557 ) shape = SubResource( 13 ) -[node name="wall3" type="CollisionShape" parent="StaticBody level"] +[node name="wall3" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.448, 0, -3.045 ) shape = SubResource( 2 ) -[node name="wall2" type="CollisionShape" parent="StaticBody level"] +[node name="wall2" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.448, 0, -3.045 ) shape = SubResource( 2 ) -[node name="wall1" type="CollisionShape" parent="StaticBody level"] +[node name="wall1" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( -6.22098e-09, 0, 0.142319, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0, 0.450325 ) shape = SubResource( 2 ) -[node name="finish" type="CollisionShape" parent="StaticBody level"] +[node name="finish" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( -1, 0, -1.81993e-06, 0, 1, 0, 1.81993e-06, 0, -1, 4.76837e-07, -2.76743, -7.0013 ) shape = SubResource( 14 ) -[node name="wallgoal1" type="CollisionShape" parent="StaticBody level"] +[node name="wallgoal1" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( -1.222, 0, -2.22395e-06, 0, 30, 0, 2.22395e-06, 0, -1.222, 4.76837e-07, -6.3594, -6.86914 ) shape = SubResource( 15 ) -[node name="wallgoal2" type="CollisionShape" parent="StaticBody level"] +[node name="wallgoal2" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( -1.222, 0, -2.22395e-06, 0, 30, 0, 2.22395e-06, 0, -1.222, 0.056792, -6.32048, -6.92309 ) shape = SubResource( 16 ) -[node name="wallgoal3" type="CollisionShape" parent="StaticBody level"] +[node name="wallgoal3" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( -1.222, 0, -2.22395e-06, 0, 30, 0, 2.22395e-06, 0, -1.222, 4.76837e-07, -6.34967, -6.87482 ) shape = SubResource( 17 ) -[node name="wallgoal4" type="CollisionShape" parent="StaticBody level"] +[node name="wallgoal4" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( -1.222, 0, -2.22395e-06, 0, 30, 0, 2.22395e-06, 0, -1.222, -0.0511122, -6.32048, -6.92309 ) shape = SubResource( 18 ) -[node name="wallgoal5" type="CollisionShape" parent="StaticBody level"] +[node name="wallgoal5" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( -1.222, 0, -2.22395e-06, 0, 30, 0, 2.22395e-06, 0, -1.222, 0.0425942, -6.28157, -6.92309 ) shape = SubResource( 19 ) -[node name="wallgoal6" type="CollisionShape" parent="StaticBody level"] +[node name="wallgoal6" type="CollisionShape" parent="Spatial/StaticBody level"] transform = Transform( -1.222, 0, -2.22395e-06, 0, 30, 0, 2.22395e-06, 0, -1.222, -0.0397539, -6.27184, -6.92309 ) shape = SubResource( 20 ) -[node name="Area" type="Area" parent="StaticBody level"] +[node name="Area" type="Area" parent="Spatial/StaticBody level"] -[node name="victorycollision" type="CollisionShape" parent="StaticBody level/Area"] +[node name="victorycollision" type="CollisionShape" parent="Spatial/StaticBody level/Area"] transform = Transform( 0.121517, 0, 0, 0, 0.130879, 0, 0, 0, 0.121517, 0, -2.8502, -7.1767 ) shape = SubResource( 3 ) -[node name="StaticBody turret" type="StaticBody" parent="."] +[node name="StaticBody turret" type="StaticBody" parent="Spatial"] transform = Transform( 0.707107, 0, -0.707107, 0, 1, 0, 0.707107, 0, 0.707107, -0.0730354, -2.66775, -2.27479 ) -[node name="beamTurret" parent="StaticBody turret" instance=ExtResource( 5 )] +[node name="beamTurret" parent="Spatial/StaticBody turret" instance=ExtResource( 5 )] transform = Transform( 0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0, 0, 0 ) -[node name="CollisionShape" type="CollisionShape" parent="StaticBody turret"] +[node name="CollisionShape" type="CollisionShape" parent="Spatial/StaticBody turret"] transform = Transform( 0.0499999, 0, 0, 0, 0.308197, 0, 0, 0, 0.0494507, 0, 0.300292, 0 ) shape = SubResource( 21 ) -[node name="StaticBody turret2" type="StaticBody" parent="."] +[node name="StaticBody turret2" type="StaticBody" parent="Spatial"] transform = Transform( -0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, -0.707107, 0.326873, -2.66775, -2.67652 ) -[node name="beamTurret" parent="StaticBody turret2" instance=ExtResource( 5 )] +[node name="beamTurret" parent="Spatial/StaticBody turret2" instance=ExtResource( 5 )] transform = Transform( 0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0, 0, 0 ) -[node name="CollisionShape" type="CollisionShape" parent="StaticBody turret2"] +[node name="CollisionShape" type="CollisionShape" parent="Spatial/StaticBody turret2"] transform = Transform( 0.0499999, 0, 0, 0, 0.308197, 0, 0, 0, 0.0494507, 0, 0.300292, 0 ) shape = SubResource( 21 ) -[node name="Beams1" type="StaticBody" parent="."] +[node name="Beams1" type="StaticBody" parent="Spatial"] transform = Transform( 0.254558, 1.64636e-10, 0.0106066, -5.58794e-09, 0.015, 0, -0.254558, -1.64636e-10, 0.0106066, 0.128531, -2.11866, -2.47778 ) -[node name="MeshInstance" type="MeshInstance" parent="Beams1"] +[node name="MeshInstance" type="MeshInstance" parent="Spatial/Beams1"] transform = Transform( -1.02354e-07, 0.8, 0, -2.34158, -3.49691e-08, 0, 0, 0, 0.8, 0, 0, 0 ) mesh = SubResource( 22 ) material/0 = ExtResource( 6 ) -[node name="CollisionShape" type="CollisionShape" parent="Beams1"] +[node name="CollisionShape" type="CollisionShape" parent="Spatial/Beams1"] transform = Transform( -9.11831e-08, 0.8, 0, -19.6137, -2.49121e-06, 0, 0, 0, 0.8, 0, -17.0625, 0 ) shape = SubResource( 23 ) -[node name="MeshInstance2" type="MeshInstance" parent="Beams1"] +[node name="MeshInstance2" type="MeshInstance" parent="Spatial/Beams1"] transform = Transform( -1.02354e-07, 0.8, 0, -2.34158, -3.49691e-08, 0, 0, 0, 0.8, 0, -6.61217, 0 ) mesh = SubResource( 22 ) material/0 = ExtResource( 6 ) -[node name="MeshInstance3" type="MeshInstance" parent="Beams1"] +[node name="MeshInstance3" type="MeshInstance" parent="Spatial/Beams1"] transform = Transform( -1.02354e-07, 0.8, 0, -2.34158, -3.49691e-08, 0, 0, 0, 0.8, 0, -13.2652, 0 ) mesh = SubResource( 22 ) material/0 = ExtResource( 6 ) -[node name="MeshInstance4" type="MeshInstance" parent="Beams1"] +[node name="MeshInstance4" type="MeshInstance" parent="Spatial/Beams1"] transform = Transform( -1.02354e-07, 0.8, 0, -2.34158, -3.49691e-08, 0, 0, 0, 0.8, 0, -19.9824, 0 ) mesh = SubResource( 22 ) material/0 = ExtResource( 6 ) -[node name="MeshInstance5" type="MeshInstance" parent="Beams1"] +[node name="MeshInstance5" type="MeshInstance" parent="Spatial/Beams1"] transform = Transform( -1.02354e-07, 0.8, 0, -2.34158, -3.49691e-08, 0, 0, 0, 0.8, 0, -26.6277, 0 ) mesh = SubResource( 22 ) material/0 = ExtResource( 6 ) -[node name="StaticBody turret3" type="StaticBody" parent="."] +[node name="StaticBody turret3" type="StaticBody" parent="Spatial"] transform = Transform( -0.707107, 0, -0.707107, 0, 1, 0, 0.707107, 0, -0.707107, -0.329491, -2.66775, -4.68521 ) -[node name="beamTurret" parent="StaticBody turret3" instance=ExtResource( 5 )] +[node name="beamTurret" parent="Spatial/StaticBody turret3" instance=ExtResource( 5 )] transform = Transform( 0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0, 0, 0 ) -[node name="CollisionShape" type="CollisionShape" parent="StaticBody turret3"] +[node name="CollisionShape" type="CollisionShape" parent="Spatial/StaticBody turret3"] transform = Transform( 0.0499999, 0, 0, 0, 0.308197, 0, 0, 0, 0.0494507, 0, 0.300292, 0 ) shape = SubResource( 21 ) -[node name="StaticBody turret4" type="StaticBody" parent="."] +[node name="StaticBody turret4" type="StaticBody" parent="Spatial"] transform = Transform( 0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, 0.707107, 0.072239, -2.66775, -4.28531 ) -[node name="beamTurret" parent="StaticBody turret4" instance=ExtResource( 5 )] +[node name="beamTurret" parent="Spatial/StaticBody turret4" instance=ExtResource( 5 )] transform = Transform( 0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0, 0, 0 ) -[node name="CollisionShape" type="CollisionShape" parent="StaticBody turret4"] +[node name="CollisionShape" type="CollisionShape" parent="Spatial/StaticBody turret4"] transform = Transform( 0.0499999, 0, 0, 0, 0.308197, 0, 0, 0, 0.0494507, 0, 0.300292, 0 ) shape = SubResource( 21 ) -[node name="Beams2" type="StaticBody" parent="."] +[node name="Beams2" type="StaticBody" parent="Spatial"] transform = Transform( 0.254558, 1.64636e-10, -0.0106066, -5.58794e-09, 0.015, 0, 0.254558, 1.64636e-10, 0.0106066, -0.126502, -2.11866, -4.48365 ) -[node name="MeshInstance" type="MeshInstance" parent="Beams2"] +[node name="MeshInstance" type="MeshInstance" parent="Spatial/Beams2"] transform = Transform( -1.02354e-07, 0.8, 0, -2.34158, -3.49691e-08, 0, 0, 0, 0.8, 0, 0, 0 ) mesh = SubResource( 22 ) material/0 = ExtResource( 6 ) -[node name="CollisionShape" type="CollisionShape" parent="Beams2"] +[node name="CollisionShape" type="CollisionShape" parent="Spatial/Beams2"] transform = Transform( -9.11831e-08, 0.8, 0, -19.6137, -2.49121e-06, 0, 0, 0, 0.8, 0, -17.0625, 0 ) shape = SubResource( 23 ) -[node name="MeshInstance2" type="MeshInstance" parent="Beams2"] +[node name="MeshInstance2" type="MeshInstance" parent="Spatial/Beams2"] transform = Transform( -1.02354e-07, 0.8, 0, -2.34158, -3.49691e-08, 0, 0, 0, 0.8, 0, -6.61217, 0 ) mesh = SubResource( 22 ) material/0 = ExtResource( 6 ) -[node name="MeshInstance3" type="MeshInstance" parent="Beams2"] +[node name="MeshInstance3" type="MeshInstance" parent="Spatial/Beams2"] transform = Transform( -1.02354e-07, 0.8, 0, -2.34158, -3.49691e-08, 0, 0, 0, 0.8, 0, -13.2652, 0 ) mesh = SubResource( 22 ) material/0 = ExtResource( 6 ) -[node name="MeshInstance4" type="MeshInstance" parent="Beams2"] +[node name="MeshInstance4" type="MeshInstance" parent="Spatial/Beams2"] transform = Transform( -1.02354e-07, 0.8, 0, -2.34158, -3.49691e-08, 0, 0, 0, 0.8, 0, -19.9824, 0 ) mesh = SubResource( 22 ) material/0 = ExtResource( 6 ) -[node name="MeshInstance5" type="MeshInstance" parent="Beams2"] +[node name="MeshInstance5" type="MeshInstance" parent="Spatial/Beams2"] transform = Transform( -1.02354e-07, 0.8, 0, -2.34158, -3.49691e-08, 0, 0, 0, 0.8, 0, -26.6277, 0 ) mesh = SubResource( 22 ) material/0 = ExtResource( 6 ) -[node name="DirectionalLight" type="DirectionalLight" parent="."] +[node name="DirectionalLight" type="DirectionalLight" parent="Spatial"] transform = Transform( 0.707107, -0.5, 0.5, 0, 0.707107, 0.707107, -0.707107, -0.5, 0.5, -8.6832, 0, 0 ) -[node name="spotlightGoal" type="SpotLight" parent="."] +[node name="spotlightGoal" type="SpotLight" parent="Spatial"] transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -0.0066002, -0.69983, -7.15252 ) light_energy = 4.0 spot_angle = 24.108 -[node name="spotlightGoal2" type="SpotLight" parent="."] -transform = Transform( 0.492871, 0.30999, -0.81301, 0.0888097, 0.911581, 0.401413, 0.865559, -0.270048, 0.421761, 0.193871, -2.14073, -7.69742 ) +[node name="spotlightGoal2" type="SpotLight" parent="Spatial"] +transform = Transform( 0.492871, 0.30999, -0.81301, 0.0888096, 0.911581, 0.401413, 0.865558, -0.270048, 0.421762, 0.193871, -2.14073, -7.69742 ) light_energy = 4.0 spot_angle = 24.108 -[node name="spotlightPlants" type="SpotLight" parent="."] -transform = Transform( 0.913609, 0.0559227, -0.40273, 0.225058, -0.894474, 0.386347, -0.338626, -0.443608, -0.829786, 0.378095, -2.08604, -10.9305 ) +[node name="spotlightPlants" type="SpotLight" parent="Spatial"] +transform = Transform( 0.913609, 0.0559226, -0.40273, 0.225058, -0.894474, 0.386348, -0.338626, -0.443608, -0.829786, 0.378095, -2.08604, -10.9305 ) light_energy = 4.0 spot_angle = 24.108 -[node name="spotlightPlants2" type="SpotLight" parent="."] -transform = Transform( 0.882314, 0.355315, 0.308662, 0.225059, -0.894477, 0.386341, 0.413364, -0.271407, -0.869177, -0.599977, -2.08604, -10.9305 ) +[node name="spotlightPlants2" type="SpotLight" parent="Spatial"] +transform = Transform( 0.882314, 0.355316, 0.308662, 0.225059, -0.894477, 0.386341, 0.413364, -0.271407, -0.869177, -0.599977, -2.08604, -10.9305 ) light_energy = 4.0 spot_angle = 24.108 -[node name="SpotLight" type="SpotLight" parent="."] -transform = Transform( 0.458463, -0.350272, 0.816774, -4.05888e-08, 0.919053, 0.394134, -0.888713, -0.180696, 0.421352, 0.638402, -2.39711, -0.981802 ) +[node name="SpotLight" type="SpotLight" parent="Spatial"] +transform = Transform( 0.458463, -0.350272, 0.816775, -4.05888e-08, 0.919053, 0.394134, -0.888713, -0.180696, 0.421352, 0.638402, -2.39711, -0.981802 ) light_energy = 4.0 spot_angle = 24.108 -[node name="SpotLight2" type="SpotLight" parent="."] -transform = Transform( -0.456861, 0.272272, -0.846845, 0.0382995, -0.945102, -0.324524, -0.888713, -0.180696, 0.421352, 1.3573, -2.39711, -0.981802 ) +[node name="SpotLight2" type="SpotLight" parent="Spatial"] +transform = Transform( -0.456861, 0.272272, -0.846845, 0.0382995, -0.945102, -0.324525, -0.888713, -0.180696, 0.421352, 1.3573, -2.39711, -0.981802 ) light_energy = 4.0 spot_angle = 24.108 -[node name="SpotLight3" type="SpotLight" parent="."] -transform = Transform( 0.458463, -0.350272, 0.816774, -4.05888e-08, 0.919053, 0.394134, -0.888713, -0.180696, 0.421352, 0.638402, -2.39711, -2.96195 ) +[node name="SpotLight3" type="SpotLight" parent="Spatial"] +transform = Transform( 0.458463, -0.350272, 0.816775, -4.05888e-08, 0.919053, 0.394134, -0.888713, -0.180696, 0.421352, 0.638402, -2.39711, -2.96195 ) light_energy = 4.0 spot_angle = 24.108 -[node name="SpotLight4" type="SpotLight" parent="."] -transform = Transform( -0.456861, 0.272272, -0.846845, 0.0382995, -0.945102, -0.324524, -0.888713, -0.180696, 0.421352, 1.3573, -2.39711, -2.96195 ) +[node name="SpotLight4" type="SpotLight" parent="Spatial"] +transform = Transform( -0.456861, 0.272272, -0.846845, 0.0382995, -0.945102, -0.324525, -0.888713, -0.180696, 0.421352, 1.3573, -2.39711, -2.96195 ) light_energy = 4.0 spot_angle = 24.108 -[node name="SpotLight5" type="SpotLight" parent="."] -transform = Transform( 0.458463, -0.350272, 0.816774, -4.05888e-08, 0.919053, 0.394134, -0.888713, -0.180696, 0.421352, 0.638402, -2.39711, -4.9421 ) +[node name="SpotLight5" type="SpotLight" parent="Spatial"] +transform = Transform( 0.458463, -0.350272, 0.816775, -4.05888e-08, 0.919053, 0.394134, -0.888713, -0.180696, 0.421352, 0.638402, -2.39711, -4.9421 ) light_energy = 4.0 spot_angle = 24.108 -[node name="SpotLight6" type="SpotLight" parent="."] -transform = Transform( -0.456861, 0.272272, -0.846845, 0.0382995, -0.945102, -0.324524, -0.888713, -0.180696, 0.421352, 1.3573, -2.39711, -4.9421 ) +[node name="SpotLight6" type="SpotLight" parent="Spatial"] +transform = Transform( -0.456861, 0.272272, -0.846845, 0.0382995, -0.945102, -0.324525, -0.888713, -0.180696, 0.421352, 1.3573, -2.39711, -4.9421 ) light_energy = 4.0 spot_angle = 24.108 -[node name="SpotLight7" type="SpotLight" parent="."] -transform = Transform( -0.458463, 0.350273, -0.816775, -4.05888e-08, 0.919053, 0.394134, 0.888713, 0.180696, -0.421352, -0.635115, -2.39711, -4.9421 ) +[node name="SpotLight7" type="SpotLight" parent="Spatial"] +transform = Transform( -0.458463, 0.350273, -0.816774, -4.05888e-08, 0.919053, 0.394135, 0.888713, 0.180696, -0.421352, -0.635115, -2.39711, -4.9421 ) light_energy = 4.0 spot_angle = 24.108 -[node name="SpotLight8" type="SpotLight" parent="."] -transform = Transform( 0.456861, -0.272272, 0.846845, 0.0382995, -0.945102, -0.324524, 0.888713, 0.180696, -0.421352, -1.35401, -2.39711, -4.9421 ) +[node name="SpotLight8" type="SpotLight" parent="Spatial"] +transform = Transform( 0.456861, -0.272272, 0.846845, 0.0382995, -0.945102, -0.324525, 0.888713, 0.180696, -0.421352, -1.35401, -2.39711, -4.9421 ) light_energy = 4.0 spot_angle = 24.108 -[node name="SpotLight9" type="SpotLight" parent="."] -transform = Transform( -0.458463, 0.350273, -0.816775, -4.05888e-08, 0.919053, 0.394134, 0.888713, 0.180696, -0.421352, -0.635115, -2.39711, -2.96195 ) +[node name="SpotLight9" type="SpotLight" parent="Spatial"] +transform = Transform( -0.458463, 0.350273, -0.816774, -4.05888e-08, 0.919053, 0.394135, 0.888713, 0.180696, -0.421352, -0.635115, -2.39711, -2.96195 ) light_energy = 4.0 spot_angle = 24.108 -[node name="SpotLight10" type="SpotLight" parent="."] -transform = Transform( 0.456861, -0.272272, 0.846845, 0.0382995, -0.945102, -0.324524, 0.888713, 0.180696, -0.421352, -1.35401, -2.39711, -2.96195 ) +[node name="SpotLight10" type="SpotLight" parent="Spatial"] +transform = Transform( 0.456861, -0.272272, 0.846845, 0.0382995, -0.945102, -0.324525, 0.888713, 0.180696, -0.421352, -1.35401, -2.39711, -2.96195 ) light_energy = 4.0 spot_angle = 24.108 -[node name="SpotLight11" type="SpotLight" parent="."] -transform = Transform( -0.458463, 0.350273, -0.816775, -4.05888e-08, 0.919053, 0.394134, 0.888713, 0.180696, -0.421352, -0.635115, -2.39711, -0.981802 ) +[node name="SpotLight11" type="SpotLight" parent="Spatial"] +transform = Transform( -0.458463, 0.350273, -0.816774, -4.05888e-08, 0.919053, 0.394135, 0.888713, 0.180696, -0.421352, -0.635115, -2.39711, -0.981802 ) light_energy = 4.0 spot_angle = 24.108 -[node name="SpotLight12" type="SpotLight" parent="."] -transform = Transform( 0.456861, -0.272272, 0.846845, 0.0382995, -0.945102, -0.324524, 0.888713, 0.180696, -0.421352, -1.35401, -2.39711, -0.981802 ) +[node name="SpotLight12" type="SpotLight" parent="Spatial"] +transform = Transform( 0.456861, -0.272272, 0.846845, 0.0382995, -0.945102, -0.324525, 0.888713, 0.180696, -0.421352, -1.35401, -2.39711, -0.981802 ) light_energy = 4.0 spot_angle = 24.108 -[node name="hatchbackSports" parent="." instance=ExtResource( 3 )] +[node name="hatchbackSports" parent="Spatial" instance=ExtResource( 3 )] transform = Transform( 0.3, 0, 0, 0, 0.3, 0, 0, 0, 0.3, 2.04754, -2.75696, -1.58052 ) -[node name="spotlightGoal3" type="SpotLight" parent="hatchbackSports"] +[node name="spotlightGoal3" type="SpotLight" parent="Spatial/hatchbackSports"] transform = Transform( 3.33333, 0, 0, 0, 3.31236, 0.373297, 0, -0.373297, 3.31236, 0.313222, 0.40153, -1.26387 ) light_energy = 10.0 spot_range = 1.79634 spot_angle = 13.8169 -[node name="spotlightGoal4" type="SpotLight" parent="hatchbackSports"] +[node name="spotlightGoal4" type="SpotLight" parent="Spatial/hatchbackSports"] transform = Transform( 3.33333, 0, 0, 0, 3.31236, 0.373297, 0, -0.373297, 3.31236, -0.245239, 0.40153, -1.26387 ) light_energy = 10.0 spot_range = 1.79634 spot_angle = 13.8169 -[node name="hatchbackSports2" parent="." instance=ExtResource( 3 )] +[node name="hatchbackSports2" parent="Spatial" instance=ExtResource( 3 )] transform = Transform( 0.3, 0, 0, 0, 0.3, 0, 0, 0, 0.3, 2.04754, -2.75696, -8.69998 ) -[node name="spotlightGoal5" type="SpotLight" parent="hatchbackSports2"] +[node name="spotlightGoal5" type="SpotLight" parent="Spatial/hatchbackSports2"] transform = Transform( 3.33333, 0, 0, 0, 3.31236, 0.373297, 0, -0.373297, 3.31236, 0.313222, 0.40153, -1.19599 ) light_energy = 10.0 spot_range = 1.79634 spot_angle = 13.8169 -[node name="spotlightGoal6" type="SpotLight" parent="hatchbackSports2"] +[node name="spotlightGoal6" type="SpotLight" parent="Spatial/hatchbackSports2"] transform = Transform( 3.33333, 0, 0, 0, 3.31236, 0.373297, 0, -0.373297, 3.31236, -0.245239, 0.40153, -1.19599 ) light_energy = 10.0 spot_range = 1.79634 spot_angle = 13.8169 -[node name="taxi" parent="." instance=ExtResource( 4 )] +[node name="taxi" parent="Spatial" instance=ExtResource( 4 )] transform = Transform( -0.3, 0, -2.62268e-08, 0, 0.3, 0, 2.62268e-08, 0, -0.3, -1.93246, -2.75696, -10.2887 ) -[node name="taxi2" parent="." instance=ExtResource( 4 )] +[node name="taxi2" parent="Spatial" instance=ExtResource( 4 )] transform = Transform( -0.180469, 0, -0.239647, 0, 0.3, 0, 0.239647, 0, -0.180469, 0.820479, -2.72778, -7.96018 ) -[node name="spotlightGoal7" type="SpotLight" parent="taxi2"] +[node name="spotlightGoal7" type="SpotLight" parent="Spatial/taxi2"] transform = Transform( 3.33192, -0.010853, 0.0963011, 0, 3.31237, 0.373298, -0.0969106, -0.37314, 3.31096, 0.32992, 0.304275, -0.662125 ) light_energy = 10.0 spot_range = 1.79634 spot_angle = 13.8169 -[node name="spotlightGoal8" type="SpotLight" parent="taxi2"] +[node name="spotlightGoal8" type="SpotLight" parent="Spatial/taxi2"] transform = Transform( 3.33192, -0.010853, 0.0963011, 0, 3.31237, 0.373298, -0.0969106, -0.37314, 3.31096, -0.22831, 0.304275, -0.645887 ) light_energy = 10.0 spot_range = 1.79634 spot_angle = 13.8169 -[node name="spotlightGoal9" type="SpotLight" parent="taxi2"] +[node name="spotlightGoal9" type="SpotLight" parent="Spatial/taxi2"] transform = Transform( 2.01649, 0.297244, -2.63752, 0, 3.31237, 0.373297, 2.65422, -0.225825, 2.0038, 0.550943, 0.304275, 11.419 ) light_energy = 10.0 spot_range = 1.79634 spot_angle = 13.8169 -[node name="spotlightGoal10" type="SpotLight" parent="taxi2"] +[node name="spotlightGoal10" type="SpotLight" parent="Spatial/taxi2"] transform = Transform( 2.01649, 0.297244, -2.63752, 0, 3.31237, 0.373297, 2.65422, -0.225825, 2.0038, 0.213097, 0.304275, 10.9743 ) light_energy = 10.0 spot_range = 1.79634 |