mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-09 00:15:48 -07:00
Change bar size for buildings. Only highlight one entity on mouse hover, and only if it's not a unit. Display status bars on foundations. This was SVN commit r8249.
5 lines
187 B
JavaScript
5 lines
187 B
JavaScript
Engine.RegisterInterface("ResourceSupply");
|
|
|
|
// Message of the form { "from": 100, "to", 90 },
|
|
// sent whenever supply level changes.
|
|
Engine.RegisterMessageType("ResourceSupplyChanged");
|