From 2babce369e4fdfc96328da97d48dd238381cb2e6 Mon Sep 17 00:00:00 2001 From: Henrique Alves Date: Sun, 17 Jul 2022 03:20:28 -0300 Subject: removed environment from transition scene --- Scenes/Transition.tscn | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Scenes/Transition.tscn b/Scenes/Transition.tscn index b47cebe..b026651 100644 --- a/Scenes/Transition.tscn +++ b/Scenes/Transition.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=27 format=2] +[gd_scene load_steps=25 format=2] [ext_resource path="res://Assets/transition.png" type="Texture" id=1] [ext_resource path="res://Scenes/CameraControl.gd" type="Script" id=2] @@ -30,14 +30,6 @@ albedo_texture = ExtResource( 8 ) [sub_resource type="SpatialMaterial" id=10] albedo_texture = ExtResource( 13 ) -[sub_resource type="ProceduralSky" id=2] - -[sub_resource type="Environment" id=3] -background_mode = 2 -background_sky = SubResource( 2 ) -ambient_light_color = Color( 1, 1, 1, 1 ) -dof_blur_far_amount = 0.06 - [sub_resource type="DynamicFont" id=11] size = 80 font_data = ExtResource( 5 ) @@ -456,9 +448,6 @@ transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0 pixel_size = 0.03 texture = ExtResource( 1 ) -[node name="WorldEnvironment" type="WorldEnvironment" parent="."] -environment = SubResource( 3 ) - [node name="Pitch" type="Spatial" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) script = ExtResource( 2 ) @@ -469,7 +458,6 @@ transform = Transform( 1, 0, 0, 0, 0.173648, 0.984808, 0, -0.984808, 0.173648, 0 [node name="Camera" type="Camera" parent="Pitch/Yaw"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 30 ) projection = 1 -current = true fov = 24.0 size = 10.0 -- cgit v1.2.3