broken_seals/game/test_dungeon/Dungtest.tscn

33 lines
1.2 KiB
Plaintext
Raw Normal View History

2021-08-25 01:03:27 +02:00
[gd_scene load_steps=9 format=2]
[ext_resource path="res://scripts/dungeons/dungeon.gd" type="Script" id=1]
[ext_resource path="res://test_rooms/Room1.tres" type="PropData" id=2]
2021-08-25 01:03:27 +02:00
[ext_resource path="res://debug/FreeLookCamera.gd" type="Script" id=3]
[ext_resource path="res://test_rooms/Room3.tres" type="PropData" id=4]
[ext_resource path="res://test_rooms/Room5.tres" type="PropData" id=5]
[ext_resource path="res://test_rooms/Room4.tres" type="PropData" id=6]
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 )
[node name="Dungtest" type="Spatial"]
[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 )
current = true
2021-08-25 01:03:27 +02:00
script = ExtResource( 3 )
[node name="Dungeon" type="Spatial" parent="."]
script = ExtResource( 1 )
start_room = ExtResource( 2 )
rooms = [ ExtResource( 4 ), ExtResource( 6 ), ExtResource( 5 ) ]
2021-08-25 01:03:27 +02:00
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource( 1 )