First_Person_Slapper/Levels/Level09.tscn

486 lines
19 KiB
Plaintext
Raw Normal View History

2022-10-12 22:46:39 -04:00
[gd_scene load_steps=21 format=2]
2022-10-12 17:15:50 -04:00
[ext_resource path="res://Levels/Level09.gd" type="Script" id=1]
2022-10-12 17:53:42 -04:00
[ext_resource path="res://Audio/mood.ogg" type="AudioStream" id=2]
2022-10-12 17:15:50 -04:00
[ext_resource path="res://Scenes/Enemy.tscn" type="PackedScene" id=3]
2022-10-12 17:53:42 -04:00
[ext_resource path="res://AllSkyFree_Skyboxes/Deep Dusk Equirect.png" type="Texture" id=4]
2022-10-12 17:15:50 -04:00
[ext_resource path="res://Player.tscn" type="PackedScene" id=5]
2022-10-12 18:49:52 -04:00
[ext_resource path="res://Audio/UVB-76.ogg" type="AudioStream" id=6]
[ext_resource path="res://Audio/Spooky Water Drops.wav" type="AudioStream" id=7]
2022-10-12 17:15:50 -04:00
[ext_resource path="res://fonts/TorontoSubwayRegular.ttf" type="DynamicFontData" id=8]
2022-10-12 21:38:37 -04:00
[ext_resource path="res://Scenes/InfoScreen.tscn" type="PackedScene" id=9]
[ext_resource path="res://Materials/Brick01_Mat.tres" type="Material" id=10]
[ext_resource path="res://Materials/SquareGrill_Mat.tres" type="Material" id=11]
[ext_resource path="res://Levels/Sparks.gd" type="Script" id=12]
2022-10-12 21:52:39 -04:00
[ext_resource path="res://Scenes/Eye.tscn" type="PackedScene" id=13]
2022-10-12 17:15:50 -04:00
[sub_resource type="DynamicFont" id=8]
size = 64
outline_size = 4
outline_color = Color( 0, 0, 0, 1 )
use_mipmaps = true
use_filter = true
font_data = ExtResource( 8 )
[sub_resource type="PanoramaSky" id=13]
2022-10-12 17:53:42 -04:00
panorama = ExtResource( 4 )
2022-10-12 17:15:50 -04:00
[sub_resource type="Environment" id=14]
background_mode = 2
background_sky = SubResource( 13 )
ambient_light_energy = 0.5
2022-10-12 22:46:39 -04:00
fog_color = Color( 0.305882, 0.372549, 0.52549, 1 )
2022-10-12 17:15:50 -04:00
fog_sun_color = Color( 0.901961, 0.803922, 0.752941, 1 )
2022-10-12 22:46:39 -04:00
fog_sun_amount = 1.0
fog_depth_begin = 98.8
2022-10-12 17:15:50 -04:00
fog_depth_end = 1444.5
fog_depth_curve = 0.466516
fog_transmit_enabled = true
fog_transmit_curve = 0.659754
fog_height_enabled = true
fog_height_min = 148.2
fog_height_max = -48.0
fog_height_curve = 4.59481
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
glow_intensity = 1.86
glow_strength = 0.87
glow_bloom = 0.02
glow_hdr_threshold = 0.44
glow_bicubic_upscale = true
2022-10-12 21:38:37 -04:00
[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 ]
2022-10-12 17:15:50 -04:00
[node name="lvl9" type="Spatial"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.990751, 0 )
script = ExtResource( 1 )
[node name="CSGCombiner" type="CSGCombiner" parent="."]
transform = Transform( 1, 0, 0.000244346, 0, 1, 0, -0.000244346, 0, 1, 0, 0, 0 )
use_collision = true
2022-10-12 17:53:42 -04:00
[node name="CSGBox" type="CSGBox" parent="CSGCombiner"]
2022-10-12 20:36:09 -04:00
transform = Transform( 0.999998, 0, 0, 0, 1, 0, 0, 0, 0.999998, -33.6014, -3.7047, -188.392 )
width = 246.369
2022-10-12 17:53:42 -04:00
height = 1.0
2022-10-12 20:13:11 -04:00
depth = 488.763
2022-10-12 21:38:37 -04:00
material = ExtResource( 11 )
2022-10-12 17:53:42 -04:00
[node name="CSGBox2" type="CSGBox" parent="CSGCombiner"]
transform = Transform( 0.999999, 0, 0, 0, 1, 0, 0, 0, 0.999999, 86.2812, 13.2378, 27.87 )
height = 35.4425
depth = 53.7257
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 17:53:42 -04:00
[node name="CSGBox3" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -0.000453754, 0, 0.999999, 0, 1, 0, -0.999999, 0, -0.000453754, 1.0563, 13.1203, 53.6753 )
height = 35.4425
depth = 168.581
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 17:53:42 -04:00
[node name="CSGBox4" type="CSGBox" parent="CSGCombiner"]
transform = Transform( 0.999999, 0, 0, 0, 1, 0, 0, 0, 0.999999, 32.3225, 13.2378, 13.6267 )
height = 35.4425
depth = 81.3697
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 17:53:42 -04:00
[node name="CSGBox5" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -0.000453754, 0, 0.999999, 0, 1, 0, -0.999999, 0, -0.000453754, 75.1722, 13.1203, 0.49144 )
height = 35.4425
depth = 24.4842
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 17:53:42 -04:00
[node name="CSGBox6" type="CSGBox" parent="CSGCombiner"]
transform = Transform( 0.999999, 0, 0, 0, 1, 0, 0, 0, 0.999999, 64.1214, 13.2378, -45.2738 )
height = 35.4425
depth = 91.4289
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 17:53:42 -04:00
[node name="CSGBox7" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -0.000453754, 0, 0.999998, 0, 1, 0, -0.999998, 0, -0.000453754, 18.7198, 13.1203, -26.5673 )
height = 35.4425
depth = 24.4842
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 17:53:42 -04:00
[node name="CSGBox8" type="CSGBox" parent="CSGCombiner"]
2022-10-12 19:31:03 -04:00
transform = Transform( -0.000453754, 0, 0.999998, 0, 1, 0, -0.999998, 0, -0.000453754, -7.37017, 13.8849, -56.2824 )
2022-10-12 17:53:42 -04:00
height = 35.4425
2022-10-12 19:31:03 -04:00
depth = 78.029
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 17:53:42 -04:00
[node name="CSGBox9" type="CSGBox" parent="CSGCombiner"]
2022-10-12 20:13:11 -04:00
transform = Transform( 0.999999, 0, 0, 0, 1, 0, 0, 0, 0.999999, 32.0479, 13.2378, -114.679 )
height = 91.7009
depth = 118.952
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 17:53:42 -04:00
[node name="CSGBox10" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -0.000453754, 0, 0.999999, 0, 1, 0, -0.999999, 0, -0.000453754, 78.9271, 13.1203, -120.838 )
height = 35.4425
depth = 28.3406
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 17:53:42 -04:00
[node name="CSGBox11" type="CSGBox" parent="CSGCombiner"]
2022-10-12 20:13:11 -04:00
transform = Transform( 0.999998, 0, 0, 0, 1, 0, 0, 0, 0.999998, 87.3217, 13.2378, -207.544 )
2022-10-12 17:53:42 -04:00
height = 35.4425
2022-10-12 20:13:11 -04:00
depth = 415.34
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 17:53:42 -04:00
[node name="CSGBox12" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -0.000453754, 0, 0.999999, 0, 1, 0, -0.999999, 0, -0.000453754, 7.58406, 13.1203, -8.48543 )
height = 35.4425
depth = 53.7257
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 17:53:42 -04:00
[node name="CSGBox13" type="CSGBox" parent="CSGCombiner"]
2022-10-12 20:13:11 -04:00
transform = Transform( 0.999998, 0, 0, 0, 1, 0, 0, 0, 0.999998, -19.2691, 13.2378, -3.6952 )
2022-10-12 17:53:42 -04:00
height = 35.4425
2022-10-12 20:13:11 -04:00
depth = 54.9621
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 17:53:42 -04:00
2022-10-12 19:31:03 -04:00
[node name="CSGBox14" type="CSGBox" parent="CSGCombiner"]
2022-10-12 20:13:11 -04:00
transform = Transform( -0.0299802, -0.99955, -0.000251671, 0.999549, -0.0299803, 0.000244236, -0.000251671, -0.000244236, 0.999998, 81.4903, 31.0136, -62.5089 )
2022-10-12 19:31:03 -04:00
height = 35.4425
2022-10-12 20:13:11 -04:00
depth = 122.196
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:13:11 -04:00
[node name="CSGBox15" type="CSGBox" parent="CSGCombiner"]
transform = Transform( 0.999972, 0, 0.00720813, 0, 1, 0, -0.00720813, 0, 0.999972, -45.1009, 13.2378, -54.4091 )
height = 35.4425
depth = 160.32
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:13:11 -04:00
[node name="CSGBox16" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -0.000453754, 0, 0.999998, 0, 1, 0, -0.999998, 0, -0.000453754, -32.2756, 13.1203, 25.6462 )
height = 42.4404
depth = 24.4842
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:13:11 -04:00
[node name="CSGBox17" type="CSGBox" parent="CSGCombiner"]
transform = Transform( 0.00376999, -0.999993, -0.000243424, 0.999991, 0.00376994, 0.000244344, -0.000243424, -0.000244344, 0.999998, -32.0056, 33.3066, -15.102 )
height = 28.5479
depth = 81.3697
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:13:11 -04:00
[node name="CSGBox18" type="CSGBox" parent="CSGCombiner"]
transform = Transform( 0.999999, 0, 0, 0, 1, 0, 0, 0, 0.999999, 63.8532, 13.2378, -179.373 )
height = 35.4425
depth = 118.952
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:13:11 -04:00
[node name="CSGBox19" type="CSGBox" parent="CSGCombiner"]
transform = Transform( 0.0148986, -0.999819, 0.011775, 0.953193, 0.0177585, 0.301836, -0.30199, 0.00672695, 0.953285, 82.8387, 13.2378, -179.182 )
height = 35.4425
depth = 118.952
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:13:11 -04:00
[node name="CSGBox20" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -0.508274, -0.861193, -0.00036854, 0.861193, -0.508275, 0.000210429, -0.00036854, -0.000210429, 0.999997, 2.03001, 12.2476, 50.4871 )
height = 70.2716
depth = 5.64618
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:13:11 -04:00
[node name="CSGBox21" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -0.000453754, 0, 0.999998, 0, 1, 0, -0.999998, 0, -0.000453754, -7.34159, 13.8849, -173.254 )
height = 35.4425
depth = 78.029
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:13:11 -04:00
[node name="CSGBox22" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -0.000453754, 0, 0.999997, 0, 1, 0, -0.999997, 0, -0.000453754, -29.7367, 13.8849, -134.25 )
height = 35.4425
depth = 36.7396
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:13:11 -04:00
[node name="CSGBox23" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -0.000453754, 0, 0.999997, 0, 1, 0, -0.999997, 0, -0.000453754, 12.7438, 13.8849, -97.4678 )
height = 35.4425
depth = 36.7396
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:13:11 -04:00
[node name="CSGBox24" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -0.0407595, -0.999169, -0.000254305, 0.999168, -0.0407596, 0.000244143, -0.000254305, -0.000244143, 0.999998, -2.4395, 27.6925, -114.687 )
height = 91.7009
depth = 118.952
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:13:11 -04:00
[node name="CSGBox25" type="CSGBox" parent="CSGCombiner"]
transform = Transform( 0.789103, 0, 0.614256, 0, 1, 0, -0.614256, 0, 0.789103, 12.7394, 13.8849, -79.8612 )
height = 35.4425
depth = 48.5074
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:13:11 -04:00
[node name="CSGBox26" type="CSGBox" parent="CSGCombiner"]
transform = Transform( 0.788951, -0.000244336, 0.61445, 0.614425, -0.00881379, -0.788922, 0.00560839, 0.999961, -0.00680352, 12.7382, 13.8849, -74.8757 )
height = 35.4425
depth = 48.5074
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:13:11 -04:00
[node name="CSGBox27" type="CSGBox" parent="CSGCombiner"]
transform = Transform( 0.789102, 0, 0.614256, 0, 1, 0, -0.614256, 0, 0.789102, -21.7006, 19.6636, -117.714 )
height = 18.5102
depth = 48.5074
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 19:31:03 -04:00
2022-10-12 20:36:09 -04:00
[node name="CSGBox28" type="CSGBox" parent="CSGCombiner"]
transform = Transform( 0.999998, 0, 0, 0, 1, 0, 0, 0, 0.999998, 31.3031, 13.2378, -313.804 )
height = 35.4425
depth = 229.469
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:36:09 -04:00
[node name="CSGBox29" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -0.000453754, 0, 0.999998, 0, 1, 0, -0.999998, 0, -0.000453754, 59.4606, 13.1203, -311.126 )
height = 35.4425
depth = 57.6762
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:36:09 -04:00
[node name="CSGBox30" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -0.000453754, 0, 0.999999, 0, 1, 0, -0.999999, 0, -0.000453754, -28.6396, 13.1203, -196.995 )
height = 35.4425
depth = 81.4166
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:36:09 -04:00
[node name="CSGBox31" type="CSGBox" parent="CSGCombiner"]
2022-10-12 21:20:58 -04:00
transform = Transform( 0.999998, 0, 0, 0, 1, 0, 0, 0, 0.999998, -68.0095, 13.2378, -67.8662 )
2022-10-12 20:36:09 -04:00
height = 35.4425
2022-10-12 21:20:58 -04:00
depth = 255.49
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:36:09 -04:00
[node name="CSGBox32" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -0.000544563, 0.000190083, 0.999997, -0.777923, 0.628357, -0.000543069, -0.628355, -0.777925, -0.00019431, -60.3016, 6.78922, -91.6615 )
height = 42.4404
depth = 24.4842
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:36:09 -04:00
[node name="CSGBox33" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -0.000453754, 0, 0.999998, 0, 1, 0, -0.999998, 0, -0.000453754, 60.7576, 13.1203, -427.6 )
height = 35.4425
depth = 57.6762
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:36:09 -04:00
[node name="CSGBox34" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -0.000453754, 0, 0.999997, 0, 1, 0, -0.999997, 0, -0.000453754, 20.4908, 13.1203, -216.322 )
height = 42.4404
depth = 24.4842
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
2022-10-12 20:36:09 -04:00
[node name="CSGBox35" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -0.99987, 0, 0.0159517, 0, 1, 0, -0.0159517, 0, -0.99987, 8.95874, 13.1203, -209.14 )
height = 42.4404
depth = 24.4842
2022-10-12 21:38:37 -04:00
material = ExtResource( 10 )
[node name="CSGBox36" type="CSGBox" parent="CSGCombiner"]
transform = Transform( -7.74627e-05, -0.0107287, -0.99994, 0.999549, -0.0299803, 0.000244236, -0.0299811, -0.999492, 0.0107262, 65.7829, 31.0136, 26.2208 )
height = 55.8191
depth = 80.3182
material = ExtResource( 10 )
2022-10-12 20:36:09 -04:00
2022-10-12 17:15:50 -04:00
[node name="Player" parent="." instance=ExtResource( 5 )]
2022-10-12 21:38:37 -04:00
transform = Transform( -0.997569, 0, -0.0696868, 0, 1, 0, 0.0696868, 0, -0.997569, 61.0243, 0.556657, 29.8235 )
2022-10-12 17:15:50 -04:00
[node name="Messages" type="Control" parent="."]
margin_right = 40.0
margin_bottom = 40.0
[node name="Win" type="Label" parent="Messages"]
visible = false
margin_left = 775.0
margin_top = 469.0
margin_right = 1187.0
margin_bottom = 627.0
custom_fonts/font = SubResource( 8 )
text = "You're Winner!"
[node name="End" type="Timer" parent="."]
wait_time = 3.0
[node name="Music" type="AudioStreamPlayer" parent="."]
2022-10-12 17:53:42 -04:00
stream = ExtResource( 2 )
2022-10-12 17:15:50 -04:00
volume_db = -3.0
bus = "Music"
[node name="Enemy" parent="." instance=ExtResource( 3 )]
2022-10-12 17:53:42 -04:00
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, 4.0267, 2.52333, -18.5969 )
2022-10-12 17:15:50 -04:00
[node name="Sun" type="DirectionalLight" parent="."]
transform = Transform( 0.707107, -0.353553, 0.612372, 0, 0.866025, 0.5, -0.707107, -0.353553, 0.612372, 7.99925, 6, 7.97141 )
[node name="WorldEnvironment_EpicBlueSky" type="WorldEnvironment" parent="."]
environment = SubResource( 14 )
2022-10-12 17:53:42 -04:00
[node name="Enemy2" parent="." instance=ExtResource( 3 )]
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, 16.6179, 19.204, -18.5969 )
2022-10-12 18:49:52 -04:00
[node name="UVB76" type="AudioStreamPlayer3D" parent="."]
2022-10-12 20:13:11 -04:00
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 11.8966, -7.28051, -160.061 )
2022-10-12 18:49:52 -04:00
stream = ExtResource( 6 )
attenuation_model = 2
2022-10-12 21:20:58 -04:00
unit_db = 60.0
2022-10-12 18:49:52 -04:00
autoplay = true
bus = "SFX"
[node name="AudioStreamPlayer3D2" type="AudioStreamPlayer3D" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 39.1568, -7.28051, -20.8087 )
stream = ExtResource( 7 )
attenuation_model = 2
unit_db = 80.0
unit_size = 8.1
max_db = 6.0
pitch_scale = 0.86
autoplay = true
bus = "SFX"
2022-10-12 19:31:03 -04:00
[node name="Enemy3" parent="." instance=ExtResource( 3 )]
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, 77.2415, 18.5348, -18.5969 )
[node name="Enemy4" parent="." instance=ExtResource( 3 )]
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, 78.58, 3.58712, -86.6356 )
2022-10-12 20:13:11 -04:00
[node name="Enemy5" parent="." instance=ExtResource( 3 )]
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, 18.9165, 1.22523, -62.043 )
[node name="Enemy6" parent="." instance=ExtResource( 3 )]
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, -1.05265, 1.22523, -112.367 )
[node name="Enemy7" parent="." instance=ExtResource( 3 )]
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, 96.0541, 1.22523, -230.659 )
[node name="Enemy8" parent="." instance=ExtResource( 3 )]
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, 96.0541, 1.22523, -340.582 )
2022-10-12 20:36:09 -04:00
[node name="Enemy9" parent="." instance=ExtResource( 3 )]
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, -58.5717, 22.1019, -105.117 )
[node name="Enemy10" parent="." instance=ExtResource( 3 )]
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, -58.5717, 35.0832, -182.625 )
[node name="Enemy11" parent="." instance=ExtResource( 3 )]
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, 55.3829, 19.4327, -340.582 )
[node name="Enemy12" parent="." instance=ExtResource( 3 )]
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, 55.3829, 6.97042, -400.071 )
[node name="Enemy13" parent="." instance=ExtResource( 3 )]
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, 22.0135, 6.78618, -200.877 )
[node name="Enemy14" parent="." instance=ExtResource( 3 )]
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, 22.0135, 57.1242, -200.877 )
2022-10-12 21:38:37 -04:00
[node name="InfoScreen" parent="." instance=ExtResource( 9 )]
transform = Transform( -4.70016, 1.62619, 0.513838, 1.61656, 4.72816, -0.176728, -0.543381, 0, -4.97039, 61.512, 9.71437, 51.0298 )
text = "We are always
WATCHING"
[node name="Sparks" type="CPUParticles" parent="InfoScreen"]
transform = Transform( 0.329409, -0.241295, -0.298196, -0.086949, 0.108544, -0.951642, 0.209595, 0.424258, 0.0738755, 2.02801, -0.953058, -0.22171 )
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( 12 )
[node name="Timer" type="Timer" parent="InfoScreen/Sparks"]
autostart = true
[node name="OmniLight" type="OmniLight" parent="InfoScreen/Sparks"]
transform = Transform( 0.411761, -0.108686, 0.261993, -0.193036, 0.0868354, 0.339407, -0.0596391, -0.190328, 0.0147751, 0.799004, 0.574107, -0.171512 )
light_color = Color( 0.847059, 0.627451, 0.372549, 1 )
light_energy = 5.0
shadow_enabled = true
shadow_color = Color( 0.431373, 0.384314, 0.384314, 1 )
[node name="Lost" parent="." instance=ExtResource( 9 )]
transform = Transform( -0.301149, 0, 4.99092, 1.00041, 4.89852, 0.0603638, -4.88963, 1.00223, -0.295037, -42.8982, 17.5822, 10.1577 )
text = "Ar e y o u
LoS t ? .."
[node name="Sparks" type="CPUParticles" parent="Lost"]
transform = Transform( 0.288011, -0.121241, -0.139749, -0.0354828, 0.0505156, -0.987828, 0.0760947, 0.48244, 0.0683139, -1.79, 0.892, 0 )
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( 12 )
[node name="Timer" type="Timer" parent="Lost/Sparks"]
autostart = true
[node name="OmniLight" type="OmniLight" parent="Lost/Sparks"]
transform = Transform( 0.411761, -0.108686, 0.261993, -0.193036, 0.0868354, 0.339407, -0.0596391, -0.190328, 0.0147751, 0.799004, 0.574107, -0.171512 )
light_color = Color( 0.847059, 0.627451, 0.372549, 1 )
light_energy = 5.0
shadow_enabled = true
shadow_color = Color( 0.431373, 0.384314, 0.384314, 1 )
2022-10-12 21:52:39 -04:00
[node name="RayCast" type="RayCast" parent="."]
transform = Transform( 100, 0, 0, 0, 100, 0, 0, 0, 100, 0, 278.826, 0 )
[node name="Eye" parent="RayCast" instance=ExtResource( 13 )]
transform = Transform( -0.0243624, 0.00895076, 0.999663, 0.0452798, 0.998943, -0.00784082, -0.998677, 0.0450735, -0.0247419, 0, 0, 0 )
2022-10-12 17:15:50 -04:00
[connection signal="timeout" from="End" to="." method="_on_Win_timeout"]
[connection signal="dying" from="Enemy" to="." method="_on_Enemy_dying"]
2022-10-12 17:53:42 -04:00
[connection signal="dying" from="Enemy2" to="." method="_on_Enemy_dying"]
2022-10-12 19:31:03 -04:00
[connection signal="dying" from="Enemy3" to="." method="_on_Enemy_dying"]
[connection signal="dying" from="Enemy4" to="." method="_on_Enemy_dying"]
2022-10-12 20:13:11 -04:00
[connection signal="dying" from="Enemy5" to="." method="_on_Enemy_dying"]
[connection signal="dying" from="Enemy6" to="." method="_on_Enemy_dying"]
[connection signal="dying" from="Enemy7" to="." method="_on_Enemy_dying"]
[connection signal="dying" from="Enemy8" to="." method="_on_Enemy_dying"]
2022-10-12 20:36:09 -04:00
[connection signal="dying" from="Enemy9" to="." method="_on_Enemy_dying"]
[connection signal="dying" from="Enemy10" to="." method="_on_Enemy_dying"]
[connection signal="dying" from="Enemy11" to="." method="_on_Enemy_dying"]
[connection signal="dying" from="Enemy12" to="." method="_on_Enemy_dying"]
[connection signal="dying" from="Enemy13" to="." method="_on_Enemy_dying"]
[connection signal="dying" from="Enemy14" to="." method="_on_Enemy_dying"]
2022-10-12 21:38:37 -04:00
[connection signal="timeout" from="InfoScreen/Sparks/Timer" to="InfoScreen/Sparks" method="_on_Timer_timeout"]
[connection signal="timeout" from="Lost/Sparks/Timer" to="Lost/Sparks" method="_on_Timer_timeout"]