18 lines
844 B
Text
18 lines
844 B
Text
|
|
[gd_scene format=3 uid="uid://bq41mttbygl2a"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://cwu5cf7a0awcd" path="res://addons/func_godot/src/map/func_godot_map.gd" id="1_map_script"]
|
||
|
|
[ext_resource type="Resource" path="res://data/config/brogue_map_settings.tres" id="2_map_settings"]
|
||
|
|
|
||
|
|
[node name="DungeonFromMap" type="Node3D" unique_id=693515113]
|
||
|
|
|
||
|
|
[node name="FuncGodotMap" type="Node3D" parent="." unique_id=858233376]
|
||
|
|
script = ExtResource("1_map_script")
|
||
|
|
local_map_file = "res://maps/generated.map"
|
||
|
|
map_settings = ExtResource("2_map_settings")
|
||
|
|
|
||
|
|
[node name="Camera3D" type="Camera3D" parent="." unique_id=125559999]
|
||
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 50, 100)
|
||
|
|
|
||
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=391021715]
|
||
|
|
transform = Transform3D(1, 0, 0, 0, 0.707, 0.707, 0, -0.707, 0.707, 0, 10, 0)
|