diff options
author | nokoe <nokoe@mailbox.org> | 2024-06-24 13:09:10 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-06-24 13:10:12 +0200 |
commit | b74f62cfdd58eafac8e6a8f78e4bfc2025f92f49 (patch) | |
tree | 3ac47ddacf6e87ab1a1a8a08c77346cba868a36e /client/map/progress.tscn | |
parent | 02c13e1e448f0e654dc4e56f9ad6280a1b40e7b9 (diff) | |
download | hurrycurry-b74f62cfdd58eafac8e6a8f78e4bfc2025f92f49.tar hurrycurry-b74f62cfdd58eafac8e6a8f78e4bfc2025f92f49.tar.bz2 hurrycurry-b74f62cfdd58eafac8e6a8f78e4bfc2025f92f49.tar.zst |
make progress material local to scene
Diffstat (limited to 'client/map/progress.tscn')
-rw-r--r-- | client/map/progress.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/map/progress.tscn b/client/map/progress.tscn index 19b72af3..7a0629a1 100644 --- a/client/map/progress.tscn +++ b/client/map/progress.tscn @@ -7,6 +7,7 @@ size = Vector2(0.75, 0.1) [sub_resource type="ShaderMaterial" id="ShaderMaterial_4k6cy"] +resource_local_to_scene = true render_priority = 0 shader = ExtResource("1_6f2a0") shader_parameter/progress = 0.0 |