1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-09-16 04:01:43 +00:00

Updated editor controls (markdown)

False.Genesis 2018-12-25 23:41:30 +01:00
commit 125c92d357

@ -8,7 +8,7 @@ The bar that appears at the top displays useful information for the currently ac
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.
[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 to prevent the temptation of easy cheating. This setting is ignored when developer mode is on.
It's generally advised to save often when using the editor. Sometimes there are weird problems that are usually fixed when the map is reloaded, but for this to be effective you need to _actually save it before reloading_!