Add mapping editor (#23427)
* Add mapping editor (#757) * Remove mapping actions, never again * Cleanup actions system * Jarvis, remove all references to CM14 * Fix InventoryUIController crashing when an InventoryGui is not found * Rename mapping1 to mapping * Clean up context calls * Add doc comments * Add delegate for hiding decals in the mapping screen * Jarvis mission failed * a * Add test * Fix not flushing save stream in mapping manager * change * Fix verbs * fixes * localise --------- Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com> Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com> Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
@@ -104,5 +104,14 @@ namespace Content.Shared.Input
|
||||
public static readonly BoundKeyFunction EditorCopyObject = "EditorCopyObject";
|
||||
public static readonly BoundKeyFunction EditorFlipObject = "EditorFlipObject";
|
||||
public static readonly BoundKeyFunction InspectEntity = "InspectEntity";
|
||||
|
||||
public static readonly BoundKeyFunction MappingUnselect = "MappingUnselect";
|
||||
public static readonly BoundKeyFunction SaveMap = "SaveMap";
|
||||
public static readonly BoundKeyFunction MappingEnablePick = "MappingEnablePick";
|
||||
public static readonly BoundKeyFunction MappingEnableDelete = "MappingEnableDelete";
|
||||
public static readonly BoundKeyFunction MappingPick = "MappingPick";
|
||||
public static readonly BoundKeyFunction MappingRemoveDecal = "MappingRemoveDecal";
|
||||
public static readonly BoundKeyFunction MappingCancelEraseDecal = "MappingCancelEraseDecal";
|
||||
public static readonly BoundKeyFunction MappingOpenContextMenu = "MappingOpenContextMenu";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user