mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 09:44:02 +00:00
Created editor controls (markdown)
parent
da3432538a
commit
e50efc3535
1 changed files with 11 additions and 0 deletions
11
editor-controls.md
Normal file
11
editor-controls.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Before you start messing with the in-game editor it's recommended you play through the **Aquaria editor tutorial** mod to get a feel for the basics. This is one of the default mods that come with the game.
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
The editor can be accessed by pressing _Tab_ during regular gameplay. The game is paused while the editor is open.
|
||||||
|
|
||||||
|
Note that by default you'll only be able to open the editor in mods; for vanilla maps it's blocked. You can enable developer mode as described in [Getting started](getting-started-with-modding#setup-aquaria-for-modding) in [[usersettings.xml]] to lift this restriction.
|
||||||
|
|
||||||
|
[OSE only] Mods can also choose to disable normal access to the editor by setting `blockEditor="1"` in the [[Mod main XML|mod-xml]] file. This setting is ignored when developer mode is on.
|
||||||
|
|
||||||
|
# Editor modes
|
Loading…
Reference in a new issue