Skip to content

Commit

Permalink
Add screen warping to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
res2k committed Feb 17, 2024
1 parent d3ad269 commit df4398f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions baseq2/q2rtx.menu
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,13 @@ begin effects
toggle "entity glowing" cl_noglow ~
toggle "ground shadows" gl_shadows
toggle "screen blending" gl_polyblend
toggle "screen warping" gl_waterwarp
endif
ifeq vid_rtx 1
toggle "screen blending" tm_blend_enable
range -p -f "%.0f%%" "screen blending center strength" tm_blend_scale_center 0 1
range -p -f "%.0f%%" "screen blending border strength" tm_blend_scale_border 0 1
toggle "screen warping" pt_waterwarp
endif
toggle "grenade explosions" cl_disable_explosions ~0
toggle "rocket explosions" cl_disable_explosions ~1
Expand Down

0 comments on commit df4398f

Please sign in to comment.