85 lines
3.5 KiB
Plaintext
85 lines
3.5 KiB
Plaintext
[gd_scene load_steps=13 format=2]
|
|
|
|
[ext_resource path="res://speen.gd" type="Script" id=1]
|
|
[ext_resource path="res://beach.obj" type="ArrayMesh" id=2]
|
|
[ext_resource path="res://materials/sand.tres" type="Material" id=3]
|
|
[ext_resource path="res://default_env.tres" type="Environment" id=4]
|
|
[ext_resource path="res://materials/water.tres" type="Material" id=5]
|
|
[ext_resource path="res://bunker.tscn" type="PackedScene" id=6]
|
|
[ext_resource path="res://water.obj" type="ArrayMesh" id=7]
|
|
[ext_resource path="res://campath.gd" type="Script" id=8]
|
|
[ext_resource path="res://fadetoblack.gd" type="Script" id=9]
|
|
[ext_resource path="res://waterscroll.gd" type="Script" id=45]
|
|
|
|
[sub_resource type="Curve3D" id=1]
|
|
bake_interval = 0.05
|
|
_data = {
|
|
"points": PoolVector3Array( -0.27462, 0.501196, 3.85013, 0.27462, -0.501196, -3.85013, -2.11659, -4.07885, -13.1945, -0.500993, 0.609702, 1.45027, 0.500993, -0.609702, -1.45027, -1.07851, -5.01725, -20.3097, -0.398087, 0.359455, 0.572617, 0.398087, -0.359455, -0.572617, 0.141891, -6.97028, -23.0501, -0.985168, 0.337436, 0.0500889, 0.985168, -0.337436, -0.0500889, 1.86684, -7.85499, -23.7458, -0.787816, 0.424286, -0.307253, 0.787816, -0.424286, 0.307253, 4.63713, -9.42956, -22.8371, -1.73025, -7.62939e-06, -0.659801, 1.73025, 7.62939e-06, 0.659801, 10.4275, -10.5383, -20.4295 ),
|
|
"tilts": PoolRealArray( 0, 0, 0, 0, 0, 0 )
|
|
}
|
|
|
|
[sub_resource type="AudioStreamMicrophone" id=2]
|
|
|
|
[node name="Spatial" type="Spatial"]
|
|
|
|
[node name="island" type="MeshInstance" parent="."]
|
|
mesh = ExtResource( 2 )
|
|
material/0 = ExtResource( 3 )
|
|
|
|
[node name="Bunker" parent="." instance=ExtResource( 6 )]
|
|
transform = Transform( 0.927628, 0, -0.373506, 0, 1, 0, 0.373506, 0, 0.927628, -1.04704, 3.156, -0.0754585 )
|
|
|
|
[node name="Path" type="Path" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 8.09553, 19.5152 )
|
|
curve = SubResource( 1 )
|
|
script = ExtResource( 8 )
|
|
|
|
[node name="Camera" type="Camera" parent="Path"]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00750542, -0.037159, 0.0139332 )
|
|
|
|
[node name="outerorbit" type="Spatial" parent="."]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Camera" type="Camera" parent="outerorbit"]
|
|
transform = Transform( 1, 0, 0, 0, 0.962772, 0.270315, 0, -0.270315, 0.962772, 0, 8.09553, 19.5152 )
|
|
current = true
|
|
|
|
[node name="innerorbit" type="Spatial" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 8.05479, 0, -1.66248 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Camera" type="Camera" parent="innerorbit"]
|
|
transform = Transform( 1, 0, 0, 0, 0.962772, 0.270315, 0, -0.270315, 0.962772, 0, -1.43358, 3.28987 )
|
|
|
|
[node name="water" type="MeshInstance" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 )
|
|
mesh = ExtResource( 7 )
|
|
material/0 = ExtResource( 5 )
|
|
script = ExtResource( 45 )
|
|
|
|
[node name="DirectionalLight" type="DirectionalLight" parent="."]
|
|
transform = Transform( 0.792375, 0.528305, -0.305017, 0, 0.5, 0.866025, 0.610035, -0.686217, 0.396187, 0, 47, 0 )
|
|
visible = false
|
|
light_color = Color( 0.976471, 0.772549, 0.607843, 1 )
|
|
light_energy = 0.8
|
|
shadow_enabled = true
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
environment = ExtResource( 4 )
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
color = Color( 0, 0, 0, 1 )
|
|
script = ExtResource( 9 )
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
stream = SubResource( 2 )
|
|
autoplay = true
|
|
bus = "Input"
|
|
|
|
[node name="DebugText" type="Label" parent="."]
|
|
visible = false
|
|
margin_right = 40.0
|
|
margin_bottom = 14.0
|