index.html 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <!DOCTYPE html>
  2. <html class="writer-html5" lang="en" >
  3. <head>
  4. <meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
  5. <meta property="article:modified_time" content="2026-02-14T15:18:11+00:00" /><meta property="og:title" content="The Level Editor" />
  6. <meta property="og:type" content="website" />
  7. <meta property="og:url" content="https://docs.crownengine.org/html/latest/level_editor/index.html" />
  8. <meta property="og:site_name" content="Crown 0.60.0 Manual" />
  9. <meta property="og:description" content="The Level Editor is the first editor you encounter when starting Crown, and it is where you will spend most of your time when working on Crown projects. As the name suggests, its primary purpose is to help you create and edit Levels, but it also serves as a hub for browsing pr..." />
  10. <meta name="description" content="The Level Editor is the first editor you encounter when starting Crown, and it is where you will spend most of your time when working on Crown projects. As the name suggests, its primary purpose is to help you create and edit Levels, but it also serves as a hub for browsing pr..." />
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  12. <title>The Level Editor &mdash; Crown 0.60.0 Manual 0.61.0 documentation</title>
  13. <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
  14. <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
  15. <link rel="stylesheet" href="../_static/css/custom.css" type="text/css" />
  16. <link rel="shortcut icon" href="../_static/org.crownengine.Crown.svg"/>
  17. <link rel="canonical" href="https://docs.crownengine.org/html/latest/level_editor/index.html" />
  18. <!--[if lt IE 9]>
  19. <script src="../_static/js/html5shiv.min.js"></script>
  20. <![endif]-->
  21. <script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
  22. <script src="../_static/jquery.js"></script>
  23. <script src="../_static/underscore.js"></script>
  24. <script src="../_static/doctools.js"></script>
  25. <script src="../_static/js/theme.js"></script>
  26. <link rel="index" title="Index" href="../genindex.html" />
  27. <link rel="search" title="Search" href="../search.html" />
  28. <link rel="copyright" title="Copyright" href="../copyright.html" />
  29. <link rel="next" title="Editor overview" href="level_editor.html" />
  30. <link rel="prev" title="Basic Concepts" href="../getting_started/basic_concepts.html" />
  31. </head>
  32. <body class="wy-body-for-nav">
  33. <div class="wy-grid-for-nav">
  34. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  35. <div class="wy-side-scroll">
  36. <div class="wy-side-nav-search" >
  37. <a href="../index.html">
  38. <img src="../_static/org.crownengine.Crown.svg" class="logo" alt="Logo"/>
  39. </a>
  40. <div class="version">
  41. Crown 0.60.0 Manual
  42. </div>
  43. <div role="search">
  44. <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
  45. <input type="text" name="q" placeholder="Search docs" />
  46. <input type="hidden" name="check_keywords" value="yes" />
  47. <input type="hidden" name="area" value="default" />
  48. </form>
  49. </div>
  50. </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
  51. <ul class="current">
  52. <li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
  53. <li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction</a></li>
  54. <li class="toctree-l1"><a class="reference internal" href="../installing_crown/index.html">Installing Crown</a></li>
  55. <li class="toctree-l1"><a class="reference internal" href="../getting_started/index.html">Getting Started</a></li>
  56. <li class="toctree-l1 current"><a class="current reference internal" href="#">The Level Editor</a><ul>
  57. <li class="toctree-l2"><a class="reference internal" href="level_editor.html">Editor overview</a></li>
  58. <li class="toctree-l2"><a class="reference internal" href="level_viewport.html">Level Viewport</a></li>
  59. <li class="toctree-l2"><a class="reference internal" href="texture_settings.html">Texture Settings</a></li>
  60. </ul>
  61. </li>
  62. <li class="toctree-l1"><a class="reference internal" href="../importing_resources/index.html">Importing Resources</a></li>
  63. <li class="toctree-l1"><a class="reference internal" href="../gameplay/index.html">Writing Gameplay</a></li>
  64. <li class="toctree-l1"><a class="reference internal" href="../deploying/index.html">Deploying</a></li>
  65. <li class="toctree-l1"><a class="reference internal" href="../reference/index.html">Reference</a></li>
  66. <li class="toctree-l1"><a class="reference internal" href="../lua_api.html">Lua API reference</a></li>
  67. <li class="toctree-l1"><a class="reference internal" href="../glossary.html">Glossary</a></li>
  68. <li class="toctree-l1"><a class="reference internal" href="../copyright.html">License</a></li>
  69. <li class="toctree-l1"><a class="reference internal" href="../hackers/index.html">Hackers</a></li>
  70. </ul>
  71. </div>
  72. </div>
  73. </nav>
  74. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
  75. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  76. <a href="../index.html">Crown 0.60.0 Manual</a>
  77. </nav>
  78. <div class="wy-nav-content">
  79. <div class="rst-content">
  80. <div role="navigation" aria-label="Page navigation">
  81. <ul class="wy-breadcrumbs">
  82. <li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
  83. <li>The Level Editor</li>
  84. <li class="wy-breadcrumbs-aside">
  85. <a href="../_sources/level_editor/index.rst.txt" rel="nofollow"> View page source</a>
  86. </li>
  87. </ul>
  88. <hr/>
  89. </div>
  90. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  91. <div itemprop="articleBody">
  92. <section id="the-level-editor">
  93. <h1>The Level Editor<a class="headerlink" href="#the-level-editor" title="Permalink to this headline">¶</a></h1>
  94. <p>The Level Editor is the first editor you encounter when starting Crown, and it
  95. is where you will spend most of your time when working on Crown projects. As
  96. the name suggests, its primary purpose is to help you create and edit Levels,
  97. but it also serves as a hub for browsing project files and a launchpad for
  98. accessing other specialized editors and tools. Last but not least, it can
  99. start your game, hot-reload any resources and communicate with it via the
  100. Console.</p>
  101. <div class="toctree-wrapper compound">
  102. <ul>
  103. <li class="toctree-l1"><a class="reference internal" href="level_editor.html">Editor overview</a></li>
  104. <li class="toctree-l1"><a class="reference internal" href="level_viewport.html">Level Viewport</a><ul>
  105. <li class="toctree-l2"><a class="reference internal" href="level_viewport.html#basic-mouse-navigation">Basic mouse navigation</a></li>
  106. <li class="toctree-l2"><a class="reference internal" href="level_viewport.html#keyboard-mouse-navigation">Keyboard + mouse navigation</a></li>
  107. <li class="toctree-l2"><a class="reference internal" href="level_viewport.html#flythrough-navigation">Flythrough navigation</a></li>
  108. <li class="toctree-l2"><a class="reference internal" href="level_viewport.html#selecting-objects">Selecting objects</a></li>
  109. <li class="toctree-l2"><a class="reference internal" href="level_viewport.html#framing-objects">Framing objects</a></li>
  110. <li class="toctree-l2"><a class="reference internal" href="level_viewport.html#placing-objects">Placing objects</a></li>
  111. <li class="toctree-l2"><a class="reference internal" href="level_viewport.html#moving-rotating-and-scaling-objects">Moving, rotating, and scaling objects</a></li>
  112. <li class="toctree-l2"><a class="reference internal" href="level_viewport.html#snapping">Snapping</a></li>
  113. </ul>
  114. </li>
  115. <li class="toctree-l1"><a class="reference internal" href="texture_settings.html">Texture Settings</a><ul>
  116. <li class="toctree-l2"><a class="reference internal" href="texture_settings.html#overview">Overview</a></li>
  117. <li class="toctree-l2"><a class="reference internal" href="texture_settings.html#output">Output</a></li>
  118. <li class="toctree-l2"><a class="reference internal" href="texture_settings.html#saving-changes">Saving changes</a></li>
  119. </ul>
  120. </li>
  121. </ul>
  122. </div>
  123. </section>
  124. </div>
  125. </div>
  126. <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
  127. <a href="../getting_started/basic_concepts.html" class="btn btn-neutral float-left" title="Basic Concepts" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
  128. <a href="level_editor.html" class="btn btn-neutral float-right" title="Editor overview" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
  129. </div>
  130. <hr/>
  131. <div role="contentinfo">
  132. <p>&#169; <a href="../copyright.html">Copyright</a> Except where otherwise noted, content on this page is licensed under a CC-BY-SA 4.0 Int. License.
  133. <span class="lastupdated">Last updated on Feb 14, 2026.
  134. </span></p>
  135. </div>
  136. Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
  137. <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
  138. provided by <a href="https://readthedocs.org">Read the Docs</a>.
  139. </footer>
  140. </div>
  141. </div>
  142. </section>
  143. </div>
  144. <script>
  145. jQuery(function () {
  146. SphinxRtdTheme.Navigation.enable(true);
  147. });
  148. </script>
  149. <!-- Theme Analytics -->
  150. <script async src="https://www.googletagmanager.com/gtag/js?id=G-XNVGCMNDZH"></script>
  151. <script>
  152. window.dataLayer = window.dataLayer || [];
  153. function gtag(){dataLayer.push(arguments);}
  154. gtag('js', new Date());
  155. gtag('config', 'G-XNVGCMNDZH', {
  156. 'anonymize_ip': true,
  157. });
  158. </script>
  159. </body>
  160. </html>