aboutsummaryrefslogtreecommitdiff
path: root/client/map/progress.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-19 15:21:10 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-19 15:21:10 +0200
commit0ce733f60b7c0eda126a33451ca34e5182e0ceda (patch)
tree7264a46c5969019d6fe3f401ecb53721fef34c59 /client/map/progress.gd
parent5a02c0f163f2fbf43a7d6348aedf33c6c52f99a5 (diff)
parentad4813d269775a37f04a7fb28e68eb61076df624 (diff)
downloadhurrycurry-0ce733f60b7c0eda126a33451ca34e5182e0ceda.tar
hurrycurry-0ce733f60b7c0eda126a33451ca34e5182e0ceda.tar.bz2
hurrycurry-0ce733f60b7c0eda126a33451ca34e5182e0ceda.tar.zst
Merge branch 'master' of codeberg.org:hurrycurry/hurrycurry
Diffstat (limited to 'client/map/progress.gd')
-rw-r--r--client/map/progress.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/map/progress.gd b/client/map/progress.gd
index 52415b95..94670651 100644
--- a/client/map/progress.gd
+++ b/client/map/progress.gd
@@ -21,4 +21,3 @@ func set_progress(progress: float, bad: bool):
var mat: ShaderMaterial = self.get_active_material(0)
mat.set_shader_parameter("progress", progress)
mat.set_shader_parameter("bad", bad)
-