summaryrefslogtreecommitdiff
path: root/client/map/map.tscn
blob: 84a4f09b0804fd6c35ab4b9d9704ccd9f2155bf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[gd_scene load_steps=4 format=3 uid="uid://b4gone8fu53r7"]

[ext_resource type="Script" uid="uid://bxuukjyme1git" path="res://map/map.gd" id="1_3en0a"]

[sub_resource type="CameraAttributesPractical" id="CameraAttributesPractical_kwk4i"]

[sub_resource type="VoxelGIData" id="VoxelGIData_m5j5n"]

[node name="Map" type="Node3D"]
script = ExtResource("1_3en0a")

[node name="VoxelGI" type="VoxelGI" parent="."]
camera_attributes = SubResource("CameraAttributesPractical_kwk4i")
data = SubResource("VoxelGIData_m5j5n")