| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788 |
- <!DOCTYPE html>
- <html class="writer-html5" lang="en" >
- <head>
- <meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Command palette — Phaser Editor 2D Help</title>
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
- <link rel="stylesheet" href="../_static/css/custom.css" type="text/css" />
- <link rel="shortcut icon" href="../_static/icon.png"/>
- <!--[if lt IE 9]>
- <script src="../_static/js/html5shiv.min.js"></script>
- <![endif]-->
-
- <script src="../_static/jquery.js?v=5d32c60e"></script>
- <script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
- <script src="../_static/documentation_options.js?v=a1f35292"></script>
- <script src="../_static/doctools.js?v=888ff710"></script>
- <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
- <script src="../_static/js/theme.js"></script>
- <link rel="index" title="Index" href="../genindex.html" />
- <link rel="search" title="Search" href="../search.html" />
- <link rel="next" title="Asset Pack Editor" href="../asset-pack-editor/index.html" />
- <link rel="prev" title="Color themes" href="color-themes.html" />
- </head>
- <body class="wy-body-for-nav">
- <div class="wy-grid-for-nav">
- <nav data-toggle="wy-nav-shift" class="wy-nav-side">
- <div class="wy-side-scroll">
- <div class="wy-side-nav-search" style="background: #343131" >
-
-
- <a href="../index.html" class="icon icon-home">
- Phaser Editor 2D
- <img src="../_static/logo.png" class="logo" alt="Logo"/>
- </a>
- <div class="version">
- v3.67.0
- </div>
- <div role="search">
- <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
- <input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- </div>
- </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
- <ul class="current">
- <li class="toctree-l1"><a class="reference internal" href="../intro/index.html">Introduction</a></li>
- <li class="toctree-l1"><a class="reference internal" href="../first-steps/index.html">First steps</a></li>
- <li class="toctree-l1 current"><a class="reference internal" href="index.html">Workbench</a><ul class="current">
- <li class="toctree-l2"><a class="reference internal" href="views.html">Views</a></li>
- <li class="toctree-l2"><a class="reference internal" href="editors.html">Editors</a></li>
- <li class="toctree-l2"><a class="reference internal" href="files-view.html">Files view</a></li>
- <li class="toctree-l2"><a class="reference internal" href="inspector-view.html">Inspector view</a></li>
- <li class="toctree-l2"><a class="reference internal" href="outline-view.html">Outline view</a></li>
- <li class="toctree-l2"><a class="reference internal" href="blocks-view.html">Blocks view</a></li>
- <li class="toctree-l2"><a class="reference internal" href="main-toolbar.html">Main toolbar</a></li>
- <li class="toctree-l2"><a class="reference internal" href="main-menu.html">Main menu</a></li>
- <li class="toctree-l2"><a class="reference internal" href="playing-project.html">Playing the project</a></li>
- <li class="toctree-l2"><a class="reference internal" href="projects.html">Projects</a></li>
- <li class="toctree-l2"><a class="reference internal" href="new-file-dialog.html">New File dialog</a></li>
- <li class="toctree-l2"><a class="reference internal" href="upload-dialog.html">Upload dialog</a></li>
- <li class="toctree-l2"><a class="reference internal" href="color-themes.html">Color themes</a></li>
- <li class="toctree-l2 current"><a class="current reference internal" href="#">Command palette</a></li>
- </ul>
- </li>
- <li class="toctree-l1"><a class="reference internal" href="../asset-pack-editor/index.html">Asset Pack Editor</a></li>
- <li class="toctree-l1"><a class="reference internal" href="../scene-editor/index.html">Scene Editor</a></li>
- <li class="toctree-l1"><a class="reference internal" href="../code-editor/index.html">Code Editor</a></li>
- <li class="toctree-l1"><a class="reference internal" href="../animations-editor/index.html">Animations Editor</a></li>
- <li class="toctree-l1"><a class="reference internal" href="../atlas-editor/index.html">Atlas Editor</a></li>
- <li class="toctree-l1"><a class="reference internal" href="../misc/index.html">Miscellaneous</a></li>
- <li class="toctree-l1"><a class="reference internal" href="../pricing/index.html">License and pricing</a></li>
- </ul>
- </div>
- </div>
- </nav>
- <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" style="background: #343131" >
- <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
- <a href="../index.html">Phaser Editor 2D</a>
- </nav>
- <div class="wy-nav-content">
- <div class="rst-content">
- <div role="navigation" aria-label="Page navigation">
- <ul class="wy-breadcrumbs">
- <li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
- <li class="breadcrumb-item"><a href="index.html">Workbench</a></li>
- <li class="breadcrumb-item active">Command palette</li>
- <li class="wy-breadcrumbs-aside">
- </li>
- </ul>
- <hr/>
- </div>
- <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
- <div itemprop="articleBody">
-
- <section id="command-palette">
- <h1>Command palette<a class="headerlink" href="#command-palette" title="Link to this heading"></a></h1>
- <p>The <a class="reference internal" href="#command-palette">Command palette</a> is a dialog that shows the commands available in the <strong>current context</strong>. You can open it by pressing <code class="docutils literal notranslate"><span class="pre">Ctrl+K</span></code> or clicking on the <strong>Command Palette</strong> option of the <a class="reference external" href="../workbench/main-menu.html">Main menu</a>.</p>
- <p>Not all commands are shown, those that do not apply to the <strong>current context</strong> (active view, active editor or active dialog) are omitted.</p>
- <p>In the dialog, you can select a command and execute it by pressing the <strong>Execute</strong> button.</p>
- <img alt="Command palette dialog." src="../_images/workbench-command-palette-04072020.webp" />
- <p>Commands are contributed to the workbench, by plugins.</p>
- <p>Here a list of all the available commands, grouped by category:</p>
- <table class="docutils align-default">
- <colgroup>
- <col style="width: 14%" />
- <col style="width: 14%" />
- <col style="width: 14%" />
- <col style="width: 57%" />
- </colgroup>
- <thead>
- <tr class="row-odd"><th class="head"><p>Category</p></th>
- <th class="head"><p>Command</p></th>
- <th class="head"><p>Keys</p></th>
- <th class="head"><p>Description</p></th>
- </tr>
- </thead>
- <tbody>
- <tr class="row-even"><td><p>General</p></td>
- <td><p>Decrement Tab Size</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+3</span></code></p></td>
- <td><p>Make bigger the editor tabs.</p></td>
- </tr>
- <tr class="row-odd"><td><p>General</p></td>
- <td><p>Increment Tab Size</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+4</span></code></p></td>
- <td><p>Make smaller the editor tabs.</p></td>
- </tr>
- <tr class="row-even"><td><p>General</p></td>
- <td><p>Close Editor</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Q</span></code></p></td>
- <td><p>Close active editor.</p></td>
- </tr>
- <tr class="row-odd"><td><p>General</p></td>
- <td><p>Close All Editors</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Shift+Q</span></code></p></td>
- <td><p>Close all editors.</p></td>
- </tr>
- <tr class="row-even"><td><p>General</p></td>
- <td><p>Undo</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Z</span></code></p></td>
- <td><p>Undo operation</p></td>
- </tr>
- <tr class="row-odd"><td><p>General</p></td>
- <td><p>Redo</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Shift+Z</span></code></p></td>
- <td><p>Redo operation</p></td>
- </tr>
- <tr class="row-even"><td><p>General</p></td>
- <td><p>Collapse All</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">C</span></code></p></td>
- <td><p>Collapse all elements</p></td>
- </tr>
- <tr class="row-odd"><td><p>General</p></td>
- <td><p>Select All</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+A</span></code></p></td>
- <td><p>Select all elements</p></td>
- </tr>
- <tr class="row-even"><td><p>General</p></td>
- <td><p>Expand/Collapse Branch</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Space</span></code></p></td>
- <td><p>Expand or collapse a branch of the select element</p></td>
- </tr>
- <tr class="row-odd"><td><p>General</p></td>
- <td><p>Escape</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Escape</span></code></p></td>
- <td><p>Escape</p></td>
- </tr>
- <tr class="row-even"><td><p>General</p></td>
- <td><p>Command Palette</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+K</span></code></p></td>
- <td><p>Show a dialog with the list of commands active in that context.</p></td>
- </tr>
- <tr class="row-odd"><td><p>General</p></td>
- <td><p>Open Comment Dialog</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Alt+Space</span></code></p></td>
- <td><p>Open a comment dialog to write texts in presentations or screen-recording videos.</p></td>
- </tr>
- <tr class="row-even"><td><p>General</p></td>
- <td><p>Select Color Theme</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+2</span></code></p></td>
- <td><p>Select the color theme of the IDE.</p></td>
- </tr>
- <tr class="row-odd"><td><p>General</p></td>
- <td><p>Increment Viewer Font Size</p></td>
- <td></td>
- <td><p>Increments the font size of viewers</p></td>
- </tr>
- <tr class="row-even"><td><p>General</p></td>
- <td><p>Decrement Viewer Font Size</p></td>
- <td></td>
- <td><p>Decrement the font size of viewers</p></td>
- </tr>
- <tr class="row-odd"><td><p>General</p></td>
- <td><p>Reset Viewer Font Size</p></td>
- <td></td>
- <td><p>Reset the font size of viewers</p></td>
- </tr>
- <tr class="row-even"><td><p>Edit</p></td>
- <td><p>Save</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+S</span></code></p></td>
- <td><p>Save</p></td>
- </tr>
- <tr class="row-odd"><td><p>Edit</p></td>
- <td><p>Delete</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Delete</span></code></p></td>
- <td><p>Delete</p></td>
- </tr>
- <tr class="row-even"><td><p>Edit</p></td>
- <td><p>Rename</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">F2</span></code></p></td>
- <td><p>Rename</p></td>
- </tr>
- <tr class="row-odd"><td><p>Edit</p></td>
- <td><p>Copy</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+C</span></code></p></td>
- <td><p>Copy selected objects.</p></td>
- </tr>
- <tr class="row-even"><td><p>Edit</p></td>
- <td><p>Cut</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+X</span></code></p></td>
- <td><p>Cut selected objects.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Edit</p></td>
- <td><p>Paste</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+V</span></code></p></td>
- <td><p>Paste clipboard content.</p></td>
- </tr>
- <tr class="row-even"><td><p>Edit</p></td>
- <td><p>Update Current Editor</p></td>
- <td></td>
- <td><p>Refresh the current editor’s content.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Edit</p></td>
- <td><p>Paste In Place</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Shift+V</span></code></p></td>
- <td><p>Paste the objects in destiny at the same original locations.</p></td>
- </tr>
- <tr class="row-even"><td><p>All In One</p></td>
- <td><p>Open Project</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Alt+J</span></code></p></td>
- <td><p>Open an existing project.</p></td>
- </tr>
- <tr class="row-odd"><td><p>All In One</p></td>
- <td><p>Close Project</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Alt+C</span></code></p></td>
- <td><p>Close the current project.</p></td>
- </tr>
- <tr class="row-even"><td><p>All In One</p></td>
- <td><p>New Window</p></td>
- <td></td>
- <td><p>Open a new window.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Files</p></td>
- <td><p>New File</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Alt+N</span></code></p></td>
- <td><p>Create new content.</p></td>
- </tr>
- <tr class="row-even"><td><p>Files</p></td>
- <td><p>Go To File</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+P</span></code></p></td>
- <td><p>Search for a file and open it in the default editor</p></td>
- </tr>
- <tr class="row-odd"><td><p>Project</p></td>
- <td><p>Enable Open Code File In External Editor</p></td>
- <td></td>
- <td><p>If enable, clicking on a coding file in the Files view opens the external editor</p></td>
- </tr>
- <tr class="row-even"><td><p>Project</p></td>
- <td><p>Disable Open Code File In External Editor</p></td>
- <td></td>
- <td><p>If disabled, clicking on a coding file open the built-in editor.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Project</p></td>
- <td><p>Play Project</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">F12</span></code></p></td>
- <td><p>Run this project in the browser.</p></td>
- </tr>
- <tr class="row-even"><td><p>Project</p></td>
- <td><p>Quick Play Project</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">F10</span></code></p></td>
- <td><p>Run this project in a dialog.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Project</p></td>
- <td><p>Reload Project</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Alt+R</span></code></p></td>
- <td><p>Reload the project files.</p></td>
- </tr>
- <tr class="row-even"><td><p>Project</p></td>
- <td><p>Compile Project</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Alt+B</span></code></p></td>
- <td><p>Compile all files.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Project</p></td>
- <td><p>Locate File</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Alt+L</span></code></p></td>
- <td><p>Open the selected file (or project root) in the OS file manager.</p></td>
- </tr>
- <tr class="row-even"><td><p>Project</p></td>
- <td><p>Open VS Code</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Alt+U</span></code></p></td>
- <td><p>Open the project in the configured external editor (VS Code).</p></td>
- </tr>
- <tr class="row-odd"><td><p>Asset Pack</p></td>
- <td><p>Import File</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">A</span></code></p></td>
- <td><p>Import a new file into the project by adding an entry for it to this Asset Pack.</p></td>
- </tr>
- <tr class="row-even"><td><p>ScriptNode</p></td>
- <td><p>Create User Files (js)</p></td>
- <td></td>
- <td><p>Create the user files with the ScriptNode API.</p></td>
- </tr>
- <tr class="row-odd"><td><p>ScriptNode</p></td>
- <td><p>Create User Files (js-module)</p></td>
- <td></td>
- <td><p>Create the user files with the ScriptNode API.</p></td>
- </tr>
- <tr class="row-even"><td><p>ScriptNode</p></td>
- <td><p>Create User Files (ts)</p></td>
- <td></td>
- <td><p>Create the user files with the ScriptNode API.</p></td>
- </tr>
- <tr class="row-odd"><td><p>ScriptNode</p></td>
- <td><p>Create User Files (ts-module)</p></td>
- <td></td>
- <td><p>Create the user files with the ScriptNode API.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Preview Scene</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+0</span></code></p></td>
- <td><p>Run the game and jump to the scene of the active scene editor</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Set Default Render Type To CANVAS</p></td>
- <td></td>
- <td><p>Set the default render type of the scenes to Phaser.CANVAS</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Set Default Render Type To WEBGL</p></td>
- <td></td>
- <td><p>Set the default render type of the scenes to Phaser.WEBGL</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Enable Pixel Art Rendering</p></td>
- <td></td>
- <td><p>Enable pixel-art rendering in the scenes</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Disable Pixel Art Rendering</p></td>
- <td></td>
- <td><p>Disable pixel-art rendering in the scenes</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Fix Duplicated Scenes ID</p></td>
- <td></td>
- <td><p>Fix the duplicated ID of the scene files.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Migrate All Scene Files</p></td>
- <td></td>
- <td><p>Run the migration process in all scene files and compile the project.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Clear Scene Thumbnail Cache</p></td>
- <td></td>
- <td><p>Clear the thumbnail images cache.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Go To Scene</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Alt+O</span></code></p></td>
- <td><p>Quick dialog to open a scene file.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Move Up</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">PageUp</span></code></p></td>
- <td><p>Move up object in the list.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Move Down</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">PageDown</span></code></p></td>
- <td><p>Move down object in the list.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Move Top</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Home</span></code></p></td>
- <td><p>Move top object in the list.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Move Bottom</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">End</span></code></p></td>
- <td><p>Move bottom object in the list.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Add Object</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">A</span></code></p></td>
- <td><p>Add a built-in object to the scene.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Duplicate Scene File</p></td>
- <td></td>
- <td><p>Duplicate the scene file, with a new ID.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Toggle Visibility</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">V</span></code></p></td>
- <td><p>Toggle the visible property of the object</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Create Layer With Selection</p></td>
- <td></td>
- <td><p>Create a layer with the selected objects</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Create Container With Selection</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">J</span></code></p></td>
- <td><p>Create a container with the selected objects</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Trim Container</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Shift+T</span></code></p></td>
- <td><p>Remove left/top margin of children.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Break Parent</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Shift+B</span></code></p></td>
- <td><p>Destroy container and re-parent children.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Select Parent</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">P</span></code></p></td>
- <td><p>Select the parent container</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Select Children</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">N</span></code></p></td>
- <td><p>Select the children</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Move To Parent</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Shift+P</span></code></p></td>
- <td><p>Re-parent the selected objects.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Open Output File</p></td>
- <td></td>
- <td><p>Open the output source file of the scene.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Compile Scene</p></td>
- <td></td>
- <td><p>Compile the editor’s Scene.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Translate Tool</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">T</span></code></p></td>
- <td><p>Translate the selected scene objects</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Rotate Tool</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">R</span></code></p></td>
- <td><p>Rotate the selected scene objects</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Polygon Tool</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Y</span></code></p></td>
- <td><p>Edit the points of the polygon.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Scale Tool</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">S</span></code></p></td>
- <td><p>Scale the selected scene objects</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Origin Tool</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">O</span></code></p></td>
- <td><p>Change the origin of the selected scene object</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Select Region Tool</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Shift+S</span></code></p></td>
- <td><p>Select all objects inside a region</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Pan Tool</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Space</span></code></p></td>
- <td><p>Pan the scene viewport</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Resize Tool</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Z</span></code></p></td>
- <td><p>Resize selected objects.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Arcade Physics Body Tool</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">B</span></code></p></td>
- <td><p>Edit body of selected objects.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Slice Tool</p></td>
- <td></td>
- <td><p>Edit selected slice objects.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Hit Area Tool</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">I</span></code></p></td>
- <td><p>Resize the hit area of the selected objects.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Set Origin To Top/Left</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Numpad7</span></code></p></td>
- <td><p>Set the origin of the object to (0,0)</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Set Origin To Top/Center</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Numpad8</span></code></p></td>
- <td><p>Set the origin of the object to (0.5,0)</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Set Origin To Top/Right</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Numpad9</span></code></p></td>
- <td><p>Set the origin of the object to (1,0)</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Set Origin To Middle/Left</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Numpad4</span></code></p></td>
- <td><p>Set the origin of the object to (0,0.5)</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Set Origin To Middle/Center</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Numpad5</span></code></p></td>
- <td><p>Set the origin of the object to (0.5,0.5)</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Set Origin To Middle/Right</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Numpad6</span></code></p></td>
- <td><p>Set the origin of the object to (1,0.5)</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Set Origin To Bottom/Left</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Numpad1</span></code></p></td>
- <td><p>Set the origin of the object to (0,1)</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Set Origin To Bottom/Center</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Numpad2</span></code></p></td>
- <td><p>Set the origin of the object to (0.5,1)</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Set Origin To Bottom/Right</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Numpad3</span></code></p></td>
- <td><p>Set the origin of the object to (1,1)</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Replace Type</p></td>
- <td></td>
- <td><p>Replace the type of the selected objects.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Convert To TileSprite</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">L</span></code></p></td>
- <td><p>Convert the selected objects into TileSprite instances. Or resize it if it is a TileSprite.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Open Prefab</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">F</span></code></p></td>
- <td><p>Open the Prefab file of the selected prefab instance.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Create Prefab With Object</p></td>
- <td></td>
- <td><p>Create a new prefab file with the selected object.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Quick Edit Output File</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Q</span></code></p></td>
- <td><p>Shortcut to edit the compiled code in a popup editor.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Open Output File in VS Code</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Alt+E</span></code></p></td>
- <td><p>Open the compiler output file in the configured external editor (VS Code)</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Move Object Position 10x Left</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Shift+Left</span></code></p></td>
- <td><p>10x Move selected objects position in the ‘Left’ direction</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Move Object Position Left</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Left</span></code></p></td>
- <td><p>Move selected objects position in the ‘Left’ direction</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Move Object Position 10x Right</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Shift+Right</span></code></p></td>
- <td><p>10x Move selected objects position in the ‘Right’ direction</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Move Object Position Right</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Right</span></code></p></td>
- <td><p>Move selected objects position in the ‘Right’ direction</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Move Object Position 10x Up</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Shift+Up</span></code></p></td>
- <td><p>10x Move selected objects position in the ‘Up’ direction</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Move Object Position Up</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Up</span></code></p></td>
- <td><p>Move selected objects position in the ‘Up’ direction</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Move Object Position 10x Down</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Shift+Down</span></code></p></td>
- <td><p>10x Move selected objects position in the ‘Down’ direction</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Move Object Position Down</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Down</span></code></p></td>
- <td><p>Move selected objects position in the ‘Down’ direction</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Select All With Same Texture</p></td>
- <td></td>
- <td><p>Select all the objects with the same texture.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Replace Texture</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">X</span></code></p></td>
- <td><p>Change the texture of the selected objects.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Replace Texture Frame</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">F</span></code></p></td>
- <td><p>Change the texture’s frame of the selected objects.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Toggle Snapping</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">E</span></code></p></td>
- <td><p>Enable/disable the snapping.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Snap To Object Size</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">W</span></code></p></td>
- <td><p>Enable snapping and set size to the selected object.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Add Arcade Physics Body</p></td>
- <td></td>
- <td><p>Add an Arcade physics body to the selected objects.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Remove Arcade Physics Body</p></td>
- <td></td>
- <td><p>Remove the Arcade physics body from the selected objects.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Center Arcade Physics Body</p></td>
- <td></td>
- <td><p>Center the Arcade Physics Body of the selected objects.</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Resize Arcade Physics Body To Object Size</p></td>
- <td></td>
- <td><p>Resize & center the Arcade Physics Body to fill the whole object’s size.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Browse Scripts</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Shift+U</span></code></p></td>
- <td><p>Opens the Browse Scripts dialog</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Add Script</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">U</span></code></p></td>
- <td><p>Opens the Add Script Dialog</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Add User Component</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">M</span></code></p></td>
- <td><p>Pick a User Component and add it to the selected objects</p></td>
- </tr>
- <tr class="row-odd"><td><p>Scene Editor</p></td>
- <td><p>Browse User Components</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Shift+M</span></code></p></td>
- <td><p>Browse all user components in the scene’s objects.</p></td>
- </tr>
- <tr class="row-even"><td><p>Scene Editor</p></td>
- <td><p>Add Prefab Property</p></td>
- <td></td>
- <td><p>Add a new property to the current prefab</p></td>
- </tr>
- <tr class="row-odd"><td><p>User Components Editor</p></td>
- <td><p>Add User Component</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">A</span></code></p></td>
- <td><p>Add a new User Component.</p></td>
- </tr>
- <tr class="row-even"><td><p>User Components Editor</p></td>
- <td><p>Compile</p></td>
- <td></td>
- <td><p>Compile User Components file.</p></td>
- </tr>
- <tr class="row-odd"><td><p>User Components Editor</p></td>
- <td><p>Open Component Output File</p></td>
- <td></td>
- <td><p>Open the output source file of the selected component.</p></td>
- </tr>
- <tr class="row-even"><td><p>User Components Editor</p></td>
- <td><p>Quick Edit Component Source File</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Q</span></code></p></td>
- <td><p>Open output component file in a popup editor.</p></td>
- </tr>
- <tr class="row-odd"><td><p>User Components Editor</p></td>
- <td><p>Open Component Output File in VS Code</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">Ctrl+Alt+E</span></code></p></td>
- <td><p>Open the compiler output file in the configured external editor (VS Code)</p></td>
- </tr>
- <tr class="row-even"><td><p>Sprite Animation</p></td>
- <td><p>Add Animation</p></td>
- <td><p><code class="docutils literal notranslate"><span class="pre">A</span></code></p></td>
- <td><p>Add a new animation</p></td>
- </tr>
- <tr class="row-odd"><td><p>Sprite Animation</p></td>
- <td><p>Prepend Frames</p></td>
- <td></td>
- <td><p>Prepend frames to the selected animation.</p></td>
- </tr>
- <tr class="row-even"><td><p>Sprite Animation</p></td>
- <td><p>Append Frames</p></td>
- <td></td>
- <td><p>Append frames to the selected animation.</p></td>
- </tr>
- </tbody>
- </table>
- </section>
- </div>
- </div>
- <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
- <a href="color-themes.html" class="btn btn-neutral float-left" title="Color themes" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
- <a href="../asset-pack-editor/index.html" class="btn btn-neutral float-right" title="Asset Pack Editor" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
- </div>
- <hr/>
- <div role="contentinfo">
- <p>© Copyright 2016-2024, Arian Fornaris.</p>
- </div>
- Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
- <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
- provided by <a href="https://readthedocs.org">Read the Docs</a>.
-
- </footer>
- </div>
- </div>
- </section>
- </div>
- <script>
- jQuery(function () {
- SphinxRtdTheme.Navigation.enable(true);
- });
- </script>
- <!-- Theme Analytics -->
- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-67206336-2"></script>
- <script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
- gtag('config', 'UA-67206336-2', {
- 'anonymize_ip': false,
- });
- </script>
- </body>
- </html>
|