2021-08-26 00:18:39 +02:00
|
|
|
[gd_scene load_steps=5 format=2]
|
2021-08-20 23:53:09 +02:00
|
|
|
|
2021-08-26 00:18:39 +02:00
|
|
|
[ext_resource path="res://test_dungeon/Dungeon.tscn" type="PackedScene" id=1]
|
2021-08-25 01:03:27 +02:00
|
|
|
[ext_resource path="res://debug/FreeLookCamera.gd" type="Script" id=3]
|
2021-08-20 23:53:09 +02:00
|
|
|
|
2021-08-25 01:03:27 +02:00
|
|
|
[sub_resource type="ProceduralSky" id=2]
|
|
|
|
|
|
|
|
[sub_resource type="Environment" id=1]
|
|
|
|
background_mode = 2
|
|
|
|
background_sky = SubResource( 2 )
|
|
|
|
|
2021-08-20 23:53:09 +02:00
|
|
|
[node name="Dungtest" type="Spatial"]
|
|
|
|
|
2021-08-24 21:08:34 +02:00
|
|
|
[node name="DirectionalLight" type="DirectionalLight" parent="."]
|
|
|
|
transform = Transform( 1, 0, 0, 0, 0.618285, 0.785954, 0, -0.785954, 0.618285, 0, 7.04604, 18.7882 )
|
|
|
|
|
|
|
|
[node name="Camera" type="Camera" parent="."]
|
2021-08-25 01:03:27 +02:00
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2, 1, -3 )
|
2021-08-24 21:08:34 +02:00
|
|
|
current = true
|
2021-08-25 01:03:27 +02:00
|
|
|
script = ExtResource( 3 )
|
2021-08-24 21:08:34 +02:00
|
|
|
|
2021-08-26 00:18:39 +02:00
|
|
|
[node name="Dungeon" parent="." instance=ExtResource( 1 )]
|
2021-08-25 01:03:27 +02:00
|
|
|
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
|
|
environment = SubResource( 1 )
|