Skip to content

Commit

Permalink
Reduce FOV of hyperspace camera, to avoid black background
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Jun 27, 2024
1 parent bc176e4 commit 76aeee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion game.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ size = Vector2i(4096, 2048)
transform = Transform3D(1, -6.97574e-16, 4.15926e-24, 4.15924e-24, 1.19249e-08, 1, -6.97574e-16, -1, 1.19249e-08, 2.08165e-12, 10, 2.08165e-12)
cull_mask = 1048569
current = true
fov = 120.0
fov = 90.0
near = 1.0
far = 20.0

Expand Down Expand Up @@ -368,6 +368,7 @@ theme = ExtResource("11_x7io4")
step = 2.08165e-12

[node name="GameOverDialog" type="AcceptDialog" parent="HUD"]
scaling_3d_scale = 2.0
title = "Game Over"
initial_position = 2
size = Vector2i(400, 150)
Expand Down

0 comments on commit 76aeee8

Please sign in to comment.