broken_seals/game/test_rooms/roomman.tscn

24 lines
870 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://test_rooms/Room1.tscn" type="PackedScene" id=1]
[ext_resource path="res://test_rooms/Room2.tscn" type="PackedScene" id=2]
[ext_resource path="res://test_rooms/RoomManagerGD.gd" type="Script" id=3]
[node name="Spatial" type="Spatial"]
[node name="RoomManager" type="RoomManager" parent="."]
roomlist = NodePath(".")
gameplay_monitor = true
script = ExtResource( 3 )
[node name="Room" parent="RoomManager" instance=ExtResource( 2 )]
transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 5, 0, 0 )
[node name="Room2" parent="RoomManager" instance=ExtResource( 1 )]
[node name="Camera" type="Camera" parent="."]
transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 3.97602, 1, 0.929775 )
current = true
[node name="DirectionalLight" type="DirectionalLight" parent="."]