diff options
author | tpart <tpart120@proton.me> | 2025-06-20 15:52:21 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-06-20 15:52:21 +0200 |
commit | 6f3a5a74ebf597ebacf6671e2f6169eeeb29e1e2 (patch) | |
tree | 7db92ce523f63c44fd773f6623bccd9a05d8b14e /client/map/progress | |
parent | d6502ecf012014e028dfb8d4bd599cfb2921f432 (diff) | |
download | hurrycurry-6f3a5a74ebf597ebacf6671e2f6169eeeb29e1e2.tar hurrycurry-6f3a5a74ebf597ebacf6671e2f6169eeeb29e1e2.tar.bz2 hurrycurry-6f3a5a74ebf597ebacf6671e2f6169eeeb29e1e2.tar.zst |
Fix warning recarding ProgressBar3D class name
Diffstat (limited to 'client/map/progress')
-rw-r--r-- | client/map/progress/progress.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/progress/progress.gd b/client/map/progress/progress.gd index fc31408c..d8f9bc98 100644 --- a/client/map/progress/progress.gd +++ b/client/map/progress/progress.gd @@ -15,7 +15,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # -class_name ProgressBar3D +class_name Progress3D extends MeshInstance3D func update(new_position: float, new_warn: bool): |