first commit
This commit is contained in:
52
jumpscare.tscn
Normal file
52
jumpscare.tscn
Normal file
@@ -0,0 +1,52 @@
|
||||
[gd_scene load_steps=8 format=3 uid="uid://dv55587cj71vf"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://d0chup26n1r5g" path="res://jumpscare.gd" id="1_pwits"]
|
||||
[ext_resource type="PackedScene" uid="uid://b1jphtwdw13kj" path="res://shrek/shrek_from_shrek_2_the_video_games_gamecube.glb" id="1_wggmr"]
|
||||
[ext_resource type="AudioStream" uid="uid://cm8iu5wcu73im" path="res://sounds/jumpscare.mp3" id="3_3wokf"]
|
||||
[ext_resource type="AudioStream" uid="uid://br2vatk5nuae0" path="res://sounds/violin.mp3" id="4_upvy6"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_74xir"]
|
||||
sky_top_color = Color(0, 0, 0, 1)
|
||||
sky_horizon_color = Color(0.5, 0.5, 0.5, 1)
|
||||
sky_energy_multiplier = 0.0
|
||||
ground_bottom_color = Color(0, 0, 0, 1)
|
||||
ground_horizon_color = Color(0.5, 0.5, 0.5, 1)
|
||||
|
||||
[sub_resource type="Sky" id="Sky_ttvnx"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_74xir")
|
||||
|
||||
[sub_resource type="Environment" id="Environment_sca0u"]
|
||||
background_energy_multiplier = 0.0
|
||||
sky = SubResource("Sky_ttvnx")
|
||||
|
||||
[node name="Node3D" type="Node3D"]
|
||||
script = ExtResource("1_pwits")
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_sca0u")
|
||||
|
||||
[node name="shrek_from_shrek_2_the_video_games_gamecube" parent="." instance=ExtResource("1_wggmr")]
|
||||
transform = Transform3D(10, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0)
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0200318, 6.4951, 5.82928)
|
||||
fov = 14.3607
|
||||
|
||||
[node name="death spotlight" type="SpotLight3D" parent="."]
|
||||
transform = Transform3D(-0.3554, -0.934654, 0.0106427, 0.47078, -0.188826, -0.861807, 0.807501, -0.301276, 0.507125, 0.111258, 3.56124, 4.72613)
|
||||
visible = false
|
||||
light_color = Color(1, 0, 0, 1)
|
||||
light_bake_mode = 1
|
||||
shadow_enabled = true
|
||||
distance_fade_enabled = true
|
||||
spot_range = 5.36274
|
||||
spot_angle = 31.67
|
||||
|
||||
[node name="jumpscare" type="AudioStreamPlayer3D" parent="."]
|
||||
stream = ExtResource("3_3wokf")
|
||||
|
||||
[node name="violin" type="AudioStreamPlayer3D" parent="."]
|
||||
stream = ExtResource("4_upvy6")
|
||||
volume_db = 80.0
|
||||
|
||||
[connection signal="finished" from="jumpscare" to="." method="_on_jumpscare_finished"]
|
||||
Reference in New Issue
Block a user