diff options
author | tpart <tpart120@proton.me> | 2025-06-02 19:27:20 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-06-02 19:27:20 +0200 |
commit | cdc1d1b25e468fd1cda5fc3aaf2d5e03ec423824 (patch) | |
tree | 75e704239b86ee6f0b1eddfc9ddcff714f53fb9c /client/player | |
parent | 9dcc15720ac29c7cae54b1cc6066a07f6a2eb3bd (diff) | |
download | hurrycurry-cdc1d1b25e468fd1cda5fc3aaf2d5e03ec423824.tar hurrycurry-cdc1d1b25e468fd1cda5fc3aaf2d5e03ec423824.tar.bz2 hurrycurry-cdc1d1b25e468fd1cda5fc3aaf2d5e03ec423824.tar.zst |
Render marker always in front
Diffstat (limited to 'client/player')
-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; |