diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-22 07:03:57 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-22 07:03:57 -0400 |
commit | 12943209f25236a06f0a1c3ddcb62c83f7172827 (patch) | |
tree | 678eab684f5e73134ef2fd1e2e946d59088a81ca /Main.tscn | |
parent | 62f864004c6cfcbdb919e5e27a6ddaaaa8c4acc9 (diff) | |
download | godot_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.tscn | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 ) |