Level 6 polishing

This commit is contained in:
Victor Turgeon 2022-10-12 20:57:35 -04:00
parent 958417ba1e
commit f577e65cb1
2 changed files with 71 additions and 6 deletions

View File

@ -1,4 +1,4 @@
[gd_scene load_steps=11 format=2]
[gd_scene load_steps=19 format=2]
[ext_resource path="res://Player.tscn" type="PackedScene" id=1]
[ext_resource path="res://Textures/MetalCorrodedHeavy001/MetalCorrodedHeavy001_NRM_1K_METALNESS.jpg" type="Texture" id=2]
@ -6,9 +6,16 @@
[ext_resource path="res://AllSkyFree_Skyboxes/Deep Dusk Equirect.png" type="Texture" id=4]
[ext_resource path="res://Levels/Level06.gd" type="Script" id=5]
[ext_resource path="res://fonts/TorontoSubwayRegular.ttf" type="DynamicFontData" id=6]
[ext_resource path="res://Textures/Custom/Grass_Normal.png" type="Texture" id=7]
[ext_resource path="res://Scenes/Eye.tscn" type="PackedScene" id=8]
[ext_resource path="res://Scenes/InfoScreen.tscn" type="PackedScene" id=9]
[ext_resource path="res://Levels/Sparks.gd" type="Script" id=10]
[sub_resource type="SpatialMaterial" id=5]
albedo_texture = ExtResource( 2 )
normal_enabled = true
normal_scale = -16.0
normal_texture = ExtResource( 7 )
[sub_resource type="PanoramaSky" id=4]
panorama = ExtResource( 4 )
@ -16,11 +23,12 @@ panorama = ExtResource( 4 )
[sub_resource type="Environment" id=2]
background_mode = 2
background_sky = SubResource( 4 )
background_sky_custom_fov = 19.1
background_energy = 0.25
ambient_light_energy = 0.67
fog_enabled = true
fog_color = Color( 0.305882, 0.372549, 0.52549, 1 )
fog_sun_color = Color( 0.901961, 0.803922, 0.752941, 1 )
fog_color = Color( 0.290196, 0.0235294, 0.0235294, 1 )
fog_sun_color = Color( 1, 0.592157, 0.592157, 1 )
fog_sun_amount = 1.0
fog_depth_begin = 98.8
fog_depth_end = 1444.5
@ -31,13 +39,19 @@ fog_height_enabled = true
fog_height_min = 148.2
fog_height_max = -48.0
fog_height_curve = 4.59481
tonemap_exposure = 0.65
ssao_radius = 8.1
ssao_intensity = 4.3
ssao_radius2 = 40.7
ssao_intensity2 = 14.6
ssao_bias = 0.059
ssao_color = Color( 0.180392, 0.207843, 0.25098, 1 )
glow_enabled = true
dof_blur_far_enabled = true
dof_blur_far_distance = 21.16
dof_blur_far_transition = 64.72
dof_blur_near_enabled = true
dof_blur_near_distance = 2.2
dof_blur_near_transition = 1.82
glow_intensity = 1.86
glow_strength = 0.87
glow_bloom = 0.02
@ -52,6 +66,24 @@ use_mipmaps = true
use_filter = true
font_data = ExtResource( 6 )
[sub_resource type="SpatialMaterial" id=18]
flags_transparent = true
albedo_color = Color( 0.686275, 0.67451, 0.345098, 0.756863 )
[sub_resource type="QuadMesh" id=19]
material = SubResource( 18 )
size = Vector2( 0.25, 0.25 )
[sub_resource type="Curve" id=20]
min_value = -360.0
max_value = 360.0
_data = [ Vector2( 0.00495049, 184.091 ), 0.0, 167.601, 0, 0, Vector2( 1, 1 ), 0.0, 0.0, 0, 0 ]
[sub_resource type="Curve" id=21]
min_value = -200.0
max_value = 200.0
_data = [ Vector2( 0, 50.9091 ), 0.0, 0.0, 0, 0, Vector2( 0.960396, -32.7273 ), 0.0, 0.0, 0, 0 ]
[node name="lvl6" type="Spatial"]
script = ExtResource( 5 )
@ -73,7 +105,7 @@ environment = SubResource( 2 )
[node name="DirectionalLight_EpicBlueSky" type="DirectionalLight" parent="."]
transform = Transform( 1, 0, 0, 0, 0.849579, 0.527461, 0, -0.527461, 0.849579, 0, 26.5368, 0 )
light_color = Color( 0.54902, 0.192157, 0.0823529, 1 )
light_color = Color( 0.505882, 0.313726, 0.298039, 1 )
light_energy = 1.294
light_indirect_energy = 1.363
light_specular = 16.0
@ -109,5 +141,38 @@ text = "You're safe."
[node name="End" type="Timer" parent="."]
wait_time = 3.0
[node name="Eye" parent="." instance=ExtResource( 8 )]
transform = Transform( 0.353468, 1.72239, 9.84421, 6.04987, 7.8035, -1.58257, -7.9545, 6.01156, -0.766195, 0, 56.455, -68.8373 )
[node name="InfoScreen" parent="." instance=ExtResource( 9 )]
transform = Transform( -0.990268, 0.139173, 8.70901e-08, 0.138644, 0.9865, 0.0871557, 0.0121296, 0.0863076, -0.996195, 0.0301886, 1.47109, 7.4719 )
text = "Please...
Don't look back"
[node name="Sparks" type="CPUParticles" parent="InfoScreen"]
transform = Transform( 0.499766, 0, -0.0306083, 0, 0.6, 0, 0.0153041, 0, 0.999531, 2.05919, -0.99717, -0.215956 )
amount = 12
lifetime = 0.22
explosiveness = 0.27
randomness = 0.84
lifetime_randomness = 0.24
mesh = SubResource( 19 )
emission_shape = 2
emission_box_extents = Vector3( 1, 1, 1 )
flag_align_y = true
flag_rotate_y = true
gravity = Vector3( 0, -5, 0 )
initial_velocity_random = 0.11
angular_velocity_curve = SubResource( 20 )
linear_accel_curve = SubResource( 21 )
radial_accel = 11.01
radial_accel_random = 0.18
angle_random = 0.28
script = ExtResource( 10 )
[node name="Timer" type="Timer" parent="InfoScreen/Sparks"]
autostart = true
[connection signal="timeout" from="Timer" to="." method="_on_Enemy_dying"]
[connection signal="timeout" from="End" to="." method="_on_Win_timeout"]
[connection signal="timeout" from="InfoScreen/Sparks/Timer" to="InfoScreen/Sparks" method="_on_Timer_timeout"]

View File

@ -19,7 +19,7 @@ clearcoat_gloss = 1.0
uv1_scale = Vector3( 2, 1, 1 )
[node name="Eye" type="Spatial"]
transform = Transform( 10, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0 )
transform = Transform( 9.92303, 1.00112, 0.728901, -1.00379, 9.94949, 0, -0.725219, -0.0731664, 9.9734, 0, 0, 0 )
[node name="MeshInstance" type="MeshInstance" parent="."]
mesh = SubResource( 1 )