summaryrefslogtreecommitdiffstats
path: root/Main.tscn
diff options
context:
space:
mode:
authordusoleil <howcansocksbereal@gmail.com>2022-09-22 07:03:57 -0400
committerdusoleil <howcansocksbereal@gmail.com>2022-09-22 07:03:57 -0400
commit12943209f25236a06f0a1c3ddcb62c83f7172827 (patch)
tree678eab684f5e73134ef2fd1e2e946d59088a81ca /Main.tscn
parent62f864004c6cfcbdb919e5e27a6ddaaaa8c4acc9 (diff)
downloadgodot_wildjam_49-12943209f25236a06f0a1c3ddcb62c83f7172827.tar.gz
godot_wildjam_49-12943209f25236a06f0a1c3ddcb62c83f7172827.zip
Modify the fog and blur to better hide the pop in
Diffstat (limited to 'Main.tscn')
-rw-r--r--Main.tscn6
1 files changed, 2 insertions, 4 deletions
diff --git a/Main.tscn b/Main.tscn
index 54062f1..5357b25 100644
--- a/Main.tscn
+++ b/Main.tscn
@@ -12,10 +12,8 @@
[ext_resource path="res://Trigger.tscn" type="PackedScene" id=10]
[sub_resource type="BoxShape" id=19]
-extents = Vector3( 1000, 0.1, 1000 )
[sub_resource type="PlaneMesh" id=20]
-size = Vector2( 2000, 2000 )
[sub_resource type="SpatialMaterial" id=21]
albedo_color = Color( 0.941176, 0.658824, 0.215686, 1 )
@@ -34,7 +32,7 @@ shadow_enabled = true
directional_shadow_blend_splits = true
[node name="Ground" type="StaticBody" parent="."]
-transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -10, 0 )
+transform = Transform( 20000, 0, 0, 0, 1, 0, 0, 0, 20000, 0, -10, 0 )
collision_layer = 4
collision_mask = 0
@@ -117,7 +115,7 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 17, 44 )
[node name="Camera" type="Camera" parent="ShipRigidBody/CameraPivot"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 50, 70 )
-far = 5000.0
+far = 20000.0
[node name="lower_deck_trigger" parent="ShipRigidBody" instance=ExtResource( 10 )]
transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 3.43947, 1.05268, 34.1792 )