Files
kicking-high/proto3/godot/scenes/maps/test-dungeon.tscn
2020-04-13 12:45:25 +03:00

16 lines
600 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://scenes/maps/dungeon.tscn" type="PackedScene" id=1]
[ext_resource path="res://scenes/maps/test-dungeon.gd" type="Script" id=2]
[node name="test-dungeon" type="Spatial"]
script = ExtResource( 2 )
[node name="dungeon" parent="." instance=ExtResource( 1 )]
[node name="Camera" type="Camera" parent="."]
transform = Transform( 1, 0, 0, 0, 0.707107, 0.707107, 0, -0.707107, 0.707107, 0, 10, 35 )
[node name="DirectionalLight" type="DirectionalLight" parent="."]
transform = Transform( 1, 0, 0, 0, 0.866025, 0.5, 0, -0.5, 0.866025, 0, 20, 0 )