diff options
author | nokoe <nokoe@mailbox.org> | 2024-06-27 18:23:24 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-06-27 18:23:24 +0200 |
commit | 2e044d142897038b18ff95fa6087064fc4ff3d89 (patch) | |
tree | 20e22bb42762e5e5d4d55e849da05840695f47a0 /client/map/map.tscn | |
parent | 5a94633c97363779ba05f02c8d1a88ddbbf21707 (diff) | |
download | hurrycurry-2e044d142897038b18ff95fa6087064fc4ff3d89.tar hurrycurry-2e044d142897038b18ff95fa6087064fc4ff3d89.tar.bz2 hurrycurry-2e044d142897038b18ff95fa6087064fc4ff3d89.tar.zst |
implement score
Diffstat (limited to 'client/map/map.tscn')
-rw-r--r-- | client/map/map.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/map/map.tscn b/client/map/map.tscn index cd08e416..0f8e4702 100644 --- a/client/map/map.tscn +++ b/client/map/map.tscn @@ -13,5 +13,6 @@ script = ExtResource("1_3en0a") one_shot = true [node name="VoxelGI" type="VoxelGI" parent="."] +visible = false camera_attributes = SubResource("CameraAttributesPractical_kwk4i") data = SubResource("VoxelGIData_m5j5n") |