Files
puzzle-quest/scenes/levels/WarCraft.tscn
T
2021-05-09 21:57:25 +02:00

257 lines
13 KiB
Plaintext

[gd_scene load_steps=21 format=2]
[ext_resource path="res://assets/props/rock floor/rock floor.gltf" type="PackedScene" id=1]
[ext_resource path="res://assets/props/table/table.gltf" type="PackedScene" id=2]
[ext_resource path="res://assets/props/stool b/stool b.gltf" type="PackedScene" id=3]
[ext_resource path="res://assets/hdri/tx_night_place.hdr" type="Texture" id=4]
[ext_resource path="res://assets/props/book/book.gltf" type="PackedScene" id=5]
[ext_resource path="res://scenes/levels/WarCraft.gd" type="Script" id=6]
[ext_resource path="res://assets/props/dagger/dagger.mesh" type="ArrayMesh" id=7]
[ext_resource path="res://assets/props/growler/growler.gltf" type="PackedScene" id=8]
[ext_resource path="res://assets/props/godet/godet.gltf" type="PackedScene" id=9]
[ext_resource path="res://assets/props/candle/candlestick.gltf" type="PackedScene" id=10]
[ext_resource path="res://assets/props/parchment/wood parchment.gltf" type="PackedScene" id=11]
[ext_resource path="res://assets/materials/gray.tres" type="Material" id=12]
[ext_resource path="res://assets/props/parchment/paper parchment.gltf" type="PackedScene" id=13]
[ext_resource path="res://assets/props/candle/candle top.gltf" type="PackedScene" id=14]
[ext_resource path="res://assets/props/candle/candle d.gltf" type="PackedScene" id=15]
[ext_resource path="res://assets/props/candle/candle b.gltf" type="PackedScene" id=16]
[sub_resource type="CubeMesh" id=1]
[sub_resource type="PanoramaSky" id=2]
panorama = ExtResource( 4 )
[sub_resource type="Environment" id=3]
background_mode = 3
background_sky = SubResource( 2 )
background_color = Color( 0.188235, 0.133333, 0.133333, 1 )
background_energy = 0.6
ambient_light_color = Color( 0.694118, 0.168627, 0.67451, 1 )
ambient_light_energy = 1.55
ambient_light_sky_contribution = 0.5
fog_enabled = true
fog_color = Color( 0.562167, 0.29, 1, 0.941176 )
fog_depth_begin = 0.0
fog_depth_end = 60.0
fog_depth_curve = 1.10957
fog_height_enabled = true
fog_height_min = 2.0
fog_height_max = -20.0
fog_height_curve = 0.965936
tonemap_mode = 2
ss_reflections_enabled = true
dof_blur_far_enabled = true
dof_blur_far_distance = 2.0
glow_enabled = true
[sub_resource type="GIProbeData" id=4]
bounds = AABB( -10, -10, -10, 20, 20, 20 )
cell_size = 0.15625
to_cell_xform = Transform( 6.4, 0, 0, 0, 6.4, 0, 0, 0, 6.4, 64, 64, 64 )
dynamic_data = PoolIntArray( 0, 8, 128, 128, 128, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4132, -1, -1, -1, -1, -1, -1, -1, -1, 0, 0, 8355711, 0 )
dynamic_range = 4
bias = 1.5
normal_bias = 0.0
propagation = 0.7
interior = true
[node name="Warcraft" type="Spatial"]
script = ExtResource( 6 )
[node name="Main Camera" type="Camera" parent="."]
transform = Transform( 0.160708, -0.339306, 0.926846, 0, 0.939052, 0.343774, -0.987002, -0.0552473, 0.150913, 1.62519, 1.61928, 0.658554 )
fov = 38.5632
far = 60.0
[node name="Building" type="Spatial" parent="."]
[node name="MeshInstance" type="MeshInstance" parent="Building"]
transform = Transform( 5.45383, 0, 0, 0, 2.05553, 0, 0, 0, 0.347932, -3.44218, 1.54814, 5.15637 )
mesh = SubResource( 1 )
material/0 = ExtResource( 12 )
[node name="MeshInstance4" type="MeshInstance" parent="Building"]
transform = Transform( 5.45383, 0, 0, 0, -8.98502e-08, 0.347932, 0, -5.54994, -4.10632e-08, -3.44218, 3.54814, 0.156369 )
mesh = SubResource( 1 )
material/0 = ExtResource( 12 )
[node name="MeshInstance2" type="MeshInstance" parent="Building"]
transform = Transform( 5.45383, 0, 0, 0, 2.05553, 0, 0, 0, 0.347932, -3.44218, 1.54814, -4.11673 )
mesh = SubResource( 1 )
material/0 = ExtResource( 12 )
[node name="MeshInstance3" type="MeshInstance" parent="Building"]
transform = Transform( -2.38394e-07, 0, -0.347932, 0, 2.05553, 0, 5.45383, 0, -1.52086e-08, -8.4425, 1.54516, 0.872685 )
mesh = SubResource( 1 )
material/0 = ExtResource( 12 )
[node name="rock floor4" parent="Building" instance=ExtResource( 1 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -7, 0, -3.747 )
[node name="rock floor2" parent="Building" instance=ExtResource( 1 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0, -3.747 )
[node name="rock floor" parent="Building" instance=ExtResource( 1 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0, 2.253 )
[node name="rock floor3" parent="Building" instance=ExtResource( 1 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -7, 0, 2.253 )
[node name="BG Table Right" parent="." instance=ExtResource( 2 )]
transform = Transform( 0.707107, 0, -0.707107, 0, 1, 0, 0.707107, 0, 0.707107, -2.16251, 0.02855, -2.03036 )
[node name="growler" parent="BG Table Right" instance=ExtResource( 8 )]
transform = Transform( 0.428226, 0, -0.903672, 0, 1, 0, 0.903672, 0, 0.428226, 0.260769, 0.871669, 0.248644 )
[node name="godet" parent="BG Table Right" instance=ExtResource( 9 )]
transform = Transform( 0.869771, 0, 0.493456, 0, 1, 0, -0.493456, 0, 0.869771, 0.124298, 0.856545, -0.0234158 )
[node name="godet2" parent="BG Table Right" instance=ExtResource( 9 )]
transform = Transform( -0.236782, -0.0445638, 0.970541, -0.0267146, 0.998868, 0.039347, -0.971196, -0.0166109, -0.237705, 0.291462, 0.865107, 0.00160384 )
[node name="BG Table Left" parent="." instance=ExtResource( 2 )]
transform = Transform( -0.958482, 0, -0.285153, 0, 1, 0, 0.285153, 0, -0.958482, -2.78053, 0.0325576, 2.20978 )
[node name="growler" parent="BG Table Left" instance=ExtResource( 8 )]
transform = Transform( -0.958482, 0, 0.285153, 0, 1, 0, -0.285153, 0, -0.958482, 0, 0.862568, 0 )
[node name="godet" parent="BG Table Left" instance=ExtResource( 9 )]
transform = Transform( -0.958482, -0.0136413, 0.284827, 0, 0.998855, 0.0478387, -0.285153, 0.0458525, -0.957385, -0.0769448, 0.856716, -0.25378 )
[node name="godet2" parent="BG Table Left" instance=ExtResource( 9 )]
transform = Transform( -0.958482, 0.0116327, 0.284916, 0, 0.999168, -0.0407945, -0.285153, -0.0391008, -0.957684, -0.17328, 0.869693, 0.189056 )
[node name="Main Scene Props" type="Spatial" parent="."]
[node name="book3" parent="Main Scene Props" instance=ExtResource( 5 )]
transform = Transform( 0.259561, 0, 0.965727, 0.0582327, 0.99818, -0.0156514, -0.963969, 0.0602995, 0.259089, 0.13025, 0.92072, -0.458817 )
[node name="book4" parent="Main Scene Props/book3" instance=ExtResource( 5 )]
transform = Transform( 0.0229642, -0.00339183, -0.999731, 0.0393653, 0.999223, -0.00248598, 0.998961, -0.0392976, 0.0230802, 0.00279957, 0.066205, -0.000443451 )
[node name="book5" parent="Main Scene Props/book3/book4" instance=ExtResource( 5 )]
transform = Transform( 0.86032, -0.0497817, -0.507318, 0.0471006, 0.998725, -0.0181282, 0.507573, -0.00829894, 0.861568, 0.00110053, 0.0706179, -0.00503531 )
[node name="candlestick" parent="Main Scene Props/book3/book4/book5" instance=ExtResource( 10 )]
transform = Transform( 1.0529, 0.0554018, 1.03432, -0.125744, 1.4708, 0.049222, -1.02814, -0.123146, 1.05321, 0.0432135, 0.0688529, -0.083811 )
[node name="candle top" parent="Main Scene Props/book3/book4/book5/candlestick" instance=ExtResource( 14 )]
transform = Transform( 1.16981, 0, 0, 0, 1.63542, 0, 0, 0, 1.16981, 0, 0.125719, 0 )
[node name="OmniLight" type="OmniLight" parent="Main Scene Props/book3/book4/book5/candlestick/candle top"]
transform = Transform( 0.578774, 2.62765e-08, 7.00709e-08, -1.41016e-14, 0.413994, -1.0233e-07, -1.13687e-13, 1.06581e-14, 0.578773, 0, 0.0874847, 0 )
light_color = Color( 0.960784, 0.611765, 0.00784314, 1 )
light_energy = 2.0
omni_range = 0.6
[node name="table" parent="Main Scene Props" instance=ExtResource( 2 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.082685, 0.0325576, 0.290515 )
[node name="stool b" parent="Main Scene Props" instance=ExtResource( 3 )]
transform = Transform( -0.232037, 0, -0.972707, 0, 1, 0, 0.972707, 0, -0.232037, -2.91873, 0.0130518, 0.702275 )
[node name="stool b5" parent="Main Scene Props" instance=ExtResource( 3 )]
transform = Transform( 0.770013, 0, -0.638029, 0, 1, 0, 0.638029, 0, 0.770013, -4.33166, 0.013052, 1.08363 )
[node name="stool b4" parent="Main Scene Props" instance=ExtResource( 3 )]
transform = Transform( 0.656257, 0, 0.754538, 0, 1, 0, -0.754538, 0, 0.656257, -0.888955, 0.0130518, 1.64328 )
[node name="stool b2" parent="Main Scene Props" instance=ExtResource( 3 )]
transform = Transform( 0.892389, 0, -0.451267, 0, 1, 0, 0.451267, 0, 0.892389, 1.35966, 0.013052, 1.23435 )
[node name="stool b3" parent="Main Scene Props" instance=ExtResource( 3 )]
transform = Transform( 0.839193, 0, 0.543834, 0, 1, 0, -0.543834, 0, 0.839193, 0.474083, 0.013052, -1.39025 )
[node name="book" parent="Main Scene Props" instance=ExtResource( 5 )]
transform = Transform( 0.5, 0, 0.866025, 0, 1, 0, -0.866025, 0, 0.5, 0, 0.923053, 1 )
[node name="book2" parent="Main Scene Props/book" instance=ExtResource( 5 )]
transform = Transform( 0.992026, 0, 0.592682, 0, 1.15559, 0, -0.592682, 0, 0.992026, 0, 0.075138, 0 )
[node name="book4" parent="Main Scene Props" instance=ExtResource( 5 )]
transform = Transform( 0.121753, 0.000848586, -0.99256, -0.0631162, 0.997982, -0.00688895, 0.990551, 0.0634853, 0.121561, 0.491102, 0.902354, -0.103352 )
[node name="godet" parent="Main Scene Props" instance=ExtResource( 9 )]
transform = Transform( 0.706057, 0, -0.708155, 0, 1, 0, 0.708155, 0, 0.706057, -0.112722, 0.901657, 0.00149509 )
[node name="godet4" parent="Main Scene Props" instance=ExtResource( 9 )]
transform = Transform( 0.757895, 0, 0.652376, 0, 1, 0, -0.652376, 0, 0.757895, -0.28474, 0.905096, 0.78228 )
[node name="godet5" parent="Main Scene Props" instance=ExtResource( 9 )]
transform = Transform( 0.886172, -0.463214, 0.0114893, -0.0309068, -0.0343508, 0.998932, -0.462324, -0.885581, -0.0447572, -0.0863596, 0.96815, 0.743407 )
[node name="godet2" parent="Main Scene Props" instance=ExtResource( 9 )]
transform = Transform( 0.690251, 0, 0.72357, 0, 1, 0, -0.72357, 0, 0.690251, -0.333186, 0.901657, 0.177792 )
[node name="godet3" parent="Main Scene Props" instance=ExtResource( 9 )]
transform = Transform( 0.875311, 0.480987, 0.0498184, 0.0206958, 0.0656668, -0.997627, -0.483117, 0.874265, 0.0475244, -0.191043, 0.95253, 0.11484 )
[node name="growler" parent="Main Scene Props" instance=ExtResource( 8 )]
transform = Transform( 0.0876426, 0, -0.996152, 0, 1, 0, 0.996152, 0, 0.0876426, -0.316595, 0.905106, -0.0726386 )
[node name="wood parchment" parent="Main Scene Props" instance=ExtResource( 11 )]
transform = Transform( 0.796076, 0.00917861, -0.605127, 0, 0.999885, 0.0151663, 0.605197, -0.0120736, 0.795984, 0.543255, 0.957499, 0.755328 )
[node name="paper parchment" parent="Main Scene Props/wood parchment" instance=ExtResource( 13 )]
transform = Transform( 1, 6.51926e-09, -5.06639e-07, -4.65661e-09, 1, 9.31323e-09, 2.98023e-08, 8.3819e-09, 1, -0.262178, -0.0549548, -2.98023e-08 )
[node name="wood parchment2" parent="Main Scene Props" instance=ExtResource( 11 )]
transform = Transform( -0.596381, 0.0184557, 0.802489, 0.0225364, 0.999726, -0.00624354, -0.802385, 0.0143617, -0.596634, 0.281044, 0.958449, -0.253034 )
[node name="candle d" parent="Main Scene Props" instance=ExtResource( 15 )]
transform = Transform( -0.927966, 1.10978e-07, -0.372664, 6.91459e-08, 1, 1.25617e-07, 0.372664, 9.08001e-08, -0.927966, 0.462657, 0.976621, -0.0446488 )
[node name="candle top" parent="Main Scene Props" instance=ExtResource( 14 )]
transform = Transform( 2.94906, 0, 0, 0, 2.85, 0, 0, 0, 2.94906, 0.347704, 0.927664, 1.16015 )
[node name="candle b" parent="Main Scene Props/candle top" instance=ExtResource( 16 )]
transform = Transform( 0.4, 0, 0, 0, 0.4, 0, 0, 0, 0.4, 0.0300155, -0.00244898, 0.0152032 )
[node name="Lighting" type="Spatial" parent="."]
[node name="Red Color Left" type="SpotLight" parent="Lighting"]
transform = Transform( 0.885702, -0.222818, 0.407289, 0, 0.877297, 0.479948, -0.464255, -0.425091, 0.777023, 0.848516, 1.5034, 2.26553 )
light_color = Color( 1, 0, 0.0862745, 1 )
light_energy = 2.0
shadow_enabled = true
shadow_contact = 1.0
[node name="Blue Color Right" type="SpotLight" parent="Lighting"]
transform = Transform( -0.728997, 0.597286, -0.334384, 0.0537007, 0.536893, 0.84194, 0.682407, 0.595815, -0.423468, -0.540161, 1.80711, -0.561909 )
light_color = Color( 0.8, 0.835294, 1, 1 )
[node name="Blue Color Right2" type="SpotLight" parent="Lighting"]
transform = Transform( -0.721569, 0.418156, -0.5518, -0.680158, -0.577006, 0.452161, -0.129319, 0.701576, 0.700762, -6.73766, 1.80711, 4.06785 )
light_color = Color( 0.905882, 0.862745, 0.72549, 1 )
light_specular = 0.23
spot_range = 8.1
spot_angle = 55.8
[node name="Blue Color Right3" type="SpotLight" parent="Lighting"]
transform = Transform( 0.0552331, -0.60583, -0.793675, -0.717326, -0.577006, 0.390522, -0.694545, 0.547754, -0.466447, -6.73826, 1.80435, -3.64354 )
light_color = Color( 0.905882, 0.862745, 0.72549, 1 )
light_specular = 0.64
spot_range = 8.1
spot_angle = 55.8
[node name="Sun" type="DirectionalLight" parent="Lighting"]
transform = Transform( -0.777664, -0.348191, 0.523451, 0.0166148, 0.820946, 0.570764, -0.62846, 0.45256, -0.632636, 0, 1.62188, 0 )
light_color = Color( 0.501961, 0.67451, 1, 1 )
light_energy = 2.0
shadow_enabled = true
shadow_contact = 0.3
[node name="WorldEnvironment" type="WorldEnvironment" parent="Lighting"]
environment = SubResource( 3 )
[node name="GIProbe" type="GIProbe" parent="Lighting"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -5, 0, 0 )
interior = true
data = SubResource( 4 )
[node name="dagger" type="MeshInstance" parent="."]
transform = Transform( -0.242904, -0.97005, -4.24022e-08, 0, -4.37114e-08, 1, -0.97005, 0.242904, 1.06177e-08, 0.441892, 0.938817, 0.531178 )
mesh = ExtResource( 7 )
material/0 = null