Fixes typo in progressbar.dm and progress bar sprite file name (#77299)

## About The Pull Request
I gotta wonder how long it's been like that.

## Why It's Good For The Game
Fixes #77295

## Changelog
🆑 Vekter
spellcheck: Fixed a typo in progressbar.dm and the file name for the
progress bar sprites.
/🆑
This commit is contained in:
Vekter
2023-08-03 08:52:06 -05:00
committed by GitHub
parent 762da01f71
commit 73bf1cf6a4
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
return
goal = goal_number
bar_loc = target
bar = image('icons/effects/progessbar.dmi', bar_loc, "prog_bar_0")
bar = image('icons/effects/progressbar.dmi', bar_loc, "prog_bar_0")
SET_PLANE_EXPLICIT(bar, ABOVE_HUD_PLANE, User)
bar.appearance_flags = APPEARANCE_UI_IGNORE_ALPHA
user = User

Before

Width:  |  Height:  |  Size: 1013 B

After

Width:  |  Height:  |  Size: 1013 B