Add copy/paste to the map editor.
This commit is contained in:
@@ -351,9 +351,15 @@ Container@EDITOR_WORLD_ROOT:
|
||||
TooltipContainer: TOOLTIP_CONTAINER
|
||||
Font: Bold
|
||||
Key: escape
|
||||
Button@COPYPASTE_BUTTON:
|
||||
X: 170
|
||||
Width: 90
|
||||
Height: 25
|
||||
Text: Copy/Paste
|
||||
Font: Bold
|
||||
Button@GRID_BUTTON:
|
||||
X: 180
|
||||
Width: 160
|
||||
X: 270
|
||||
Width: 70
|
||||
Height: 25
|
||||
Text: Grid
|
||||
TooltipTemplate: BUTTON_TOOLTIP
|
||||
|
||||
@@ -173,4 +173,5 @@ EditorWorld:
|
||||
Inherits: ^BaseWorld
|
||||
EditorActorLayer:
|
||||
EditorResourceLayer:
|
||||
EditorSelectionLayer:
|
||||
|
||||
|
||||
@@ -474,6 +474,12 @@ overlay:
|
||||
target-invalid:
|
||||
Start: 1
|
||||
|
||||
editor-overlay:
|
||||
copy: overlay
|
||||
Start: 0
|
||||
paste: overlay
|
||||
Start: 1
|
||||
|
||||
resources:
|
||||
Defaults:
|
||||
Length: *
|
||||
|
||||
Reference in New Issue
Block a user