blob: cd08e41639fb71b9fd54cfe89f7aee8338884792 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[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="."]
camera_attributes = SubResource("CameraAttributesPractical_kwk4i")
data = SubResource("VoxelGIData_m5j5n")
|