Add a quick save button to the map editor.
This commit is contained in:
committed by
Gustas
parent
3dd1fd6b00
commit
7cdc8c4ec5
@@ -81,6 +81,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
{ "onSave", afterSave },
|
||||
{ "onExit", () => { Ui.CloseWindow(); onExit(); } },
|
||||
{ "map", map },
|
||||
{ "world", world },
|
||||
{ "playerDefinitions", map.PlayerDefinitions },
|
||||
{ "actorDefinitions", map.ActorDefinitions }
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user