mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 15:11:46 +00:00
5741f77c6e
Remove the world population setting from the game setup. Add a dropdown for choosing the "Population Cap Type". (-> containing Player Population, World Population, Team Population) Use a single "Population Cap" dropdown adapting to the pop cap types. Move all population data into a single .json file. New system component "PopulationCapManager" for distributing pop caps. Resolves: #6918
2 lines
50 B
JavaScript
2 lines
50 B
JavaScript
Engine.RegisterInterface("PopulationCapManager");
|