diff options
Diffstat (limited to 'client/map/map.tscn')
-rw-r--r-- | client/map/map.tscn | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/client/map/map.tscn b/client/map/map.tscn index df359214..cd08e416 100644 --- a/client/map/map.tscn +++ b/client/map/map.tscn @@ -1,6 +1,17 @@ -[gd_scene load_steps=2 format=3 uid="uid://b4gone8fu53r7"] +[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") |