diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-19 15:21:10 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-19 15:21:10 +0200 |
commit | 0ce733f60b7c0eda126a33451ca34e5182e0ceda (patch) | |
tree | 7264a46c5969019d6fe3f401ecb53721fef34c59 /client/map/progress.gd | |
parent | 5a02c0f163f2fbf43a7d6348aedf33c6c52f99a5 (diff) | |
parent | ad4813d269775a37f04a7fb28e68eb61076df624 (diff) | |
download | hurrycurry-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.gd | 1 |
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) - |