diff options
author | nokoe <nokoe@mailbox.org> | 2024-09-26 19:38:58 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-09-26 20:28:08 +0200 |
commit | 2031a8b9d2bf568f538cc9223713f50c77bac897 (patch) | |
tree | 82d9ed6f8502bcd1d949e28d4d61528b8478c437 /client/map/map.tscn | |
parent | 2a96dbb14fe268c90025d1d0af5e66dc9b00f214 (diff) | |
download | hurrycurry-2031a8b9d2bf568f538cc9223713f50c77bac897.tar hurrycurry-2031a8b9d2bf568f538cc9223713f50c77bac897.tar.bz2 hurrycurry-2031a8b9d2bf568f538cc9223713f50c77bac897.tar.zst |
floor as one mesh
Diffstat (limited to 'client/map/map.tscn')
-rw-r--r-- | client/map/map.tscn | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/client/map/map.tscn b/client/map/map.tscn index cd08e416..55d88678 100644 --- a/client/map/map.tscn +++ b/client/map/map.tscn @@ -9,9 +9,6 @@ [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") |