mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 06:13:55 -07:00
9230c107c5 allows to apply animations on entity which is upgrading. This
is adding progress bar for upgrading entities.
Suggested by @wowgetoffyourcellphone in D2371#101856
Patch by: @Freagarach
Differentail Revision: https://code.wildfiregames.com/D2442
This was SVN commit r23218.
6 lines
176 B
JavaScript
6 lines
176 B
JavaScript
Engine.RegisterInterface("Upgrade");
|
|
|
|
/**
|
|
* Message sent from Upgrade component whenever upgrade progress is updated.
|
|
*/
|
|
Engine.RegisterMessageType("UpgradeProgressUpdate");
|