mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
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:
@@ -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 |
Reference in New Issue
Block a user