diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/player/marker/interact_marker.gdshader | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/player/marker/interact_marker.gdshader b/client/player/marker/interact_marker.gdshader index 3720290f..d90af197 100644 --- a/client/player/marker/interact_marker.gdshader +++ b/client/player/marker/interact_marker.gdshader @@ -1,5 +1,6 @@ /* Hurry Curry! - a game about cooking + Copyright 2025 tpart Copyright 2024 nokoe This program is free software: you can redistribute it and/or modify @@ -16,6 +17,7 @@ */ shader_type spatial; +render_mode depth_test_disabled; uniform float max_width = .1; uniform float marker_length = .5; |