aboutsummaryrefslogtreecommitdiff
path: root/client/map/map.tscn
blob: 0f8e47025a9d709442b380abcda66116ee2cd42f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[gd_scene load_steps=4 format=3 uid="uid://b4gone8fu53r7"]

[ext_resource type="Script" 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="Timer" type="Timer" parent="."]
one_shot = true

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