Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exclude/data/ui/stage-editor/components/bottom-bar.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<box id="bottomBar" width="100%" height="48" styleName="bottomBar" verticalAlign="bottom">
<hbox horizontalAlign="left" verticalAlign="center">
<label id="bottomBarModeText" text="Assets" styleName="infoText" verticalAlign="center" tooltip="Left Click/TAB to swap between Character and Object modes."/>
<label id="bottomBarModeText" text="Assets" styleName="infoText" verticalAlign="center" tooltip="Click/TAB to swap between Character and Object modes."/>
<rule direction="vertical" height="80%" />
<label id="bottomBarSelectText" text="None" styleName="infoText" verticalAlign="center" tooltip="Left Click to change Focus on the Next Object/Character."/>
<label id="bottomBarSelectText" text="None" styleName="infoText" verticalAlign="center" tooltip="Click to change Focus on the Next or Previous Object/Character."/>
<rule direction="vertical" height="80%" />
<label id="bottomBarMoveStepText" text="1px" styleName="infoText" verticalAlign="center" tooltip="Move Step Level\nLeft Click to Increase\nRight Click to Decrease"/>
<rule direction="vertical" height="80%" />
Expand Down
3 changes: 2 additions & 1 deletion exclude/data/ui/stage-editor/components/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
</style>
<menu text="File" id="menubarMenuFile">
<menu-item id="menubarItemNewStage" text="New Stage" />
<menu-item id="menubarItemNewStage" text="New Stage" shortcutText="Ctrl+N" />
<menu-separator />
<menu-item id="menubarItemOpenStage" text="Open Stage..." shortcutText="Ctrl+O" />
<menu id="menubarItemOpenRecent" text="Open Recent" />
Expand All @@ -30,6 +30,7 @@
<menu-separator />
<menu-item id="menubarItemNewObj" text="New Object" />
<menu-item id="menubarItemFindObj" text="Find Object" shortcutText="Ctrl + F" />
<menu-item id="menubarItemSelectNone" text="Select None" shortcutText="Ctrl + D" />
</menu>
<menu text="View" id="menubarMenuView">
<menu text="Theme">
Expand Down
7 changes: 5 additions & 2 deletions exclude/data/ui/stage-editor/dialogs/user-guide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<item action="Zoom In/Out" keybind="Mouse Wheel"/>
<item action="Reset Camera" keybind="T"/>
<item action="Select Object/Character" keybind="Left Click"/>
<item action="Deselect Object" keybind="Left Click + Ctrl"/>
<item action="Move Selected (Mouse)" keybind="Left Click + Drag Mouse"/>
<item action="Move Selected (Keys)" keybind="Up/Down/Left/Right"/>
<item action="Move Selected (Free)" keybind="Up/Down/Left/Right + Shift"/>
Expand All @@ -28,12 +29,14 @@
<item action="Paste Object" keybind="Ctrl + V"/>
<item action="Delete Object" keybind="Del"/>
<item action="Find Object" keybind="Ctrl + F"/>
<item action="Select None" keybind="Ctrl + D"/>
<item action="Rotate Object" keybind="R + Left/Right"/>
<item action="Test Stage (In Editor)" keybind="Enter"/>
<item action="New Stage" keybind="Ctrl + N"/>
<item action="Open Stage" keybind="Ctrl + O"/>
<item action="Save Stage" keybind="Ctrl + S"/>
<item action="Save Stage As" keybind="Ctrl + Shift + S"/>
<item action="Open Stage" keybind="Ctrl + O"/>
<item action="Exit" keybind="Esc"/>
<item action="Exit" keybind="Ctrl + Q"/>
</data>
</tableview>
</box>
Expand Down
Loading