Fancade Web: Difference between revisions
m
→EditorScript removal
-u ndefined- (talk | contribs) m (Adjust sections) |
-u ndefined- (talk | contribs) |
||
| Line 333: | Line 333: | ||
| cl <code>Level Number</code> OR n (next) OR p (previous) | | cl <code>Level Number</code> OR n (next) OR p (previous) | ||
| Changes level | | Changes level | ||
| | |} | ||
==== Obsolete commands ==== | |||
{| | |||
|- | |- | ||
| EditorScript | | EditorScript | ||
| Open editor script editor | | Open editor script editor | ||
| | | | ||
|} | |||
=== Misc === | |||
{| class="wikitable" | |||
! Input | |||
! Description | |||
! Other | |||
|- | |||
| F1 | |||
| Contextual help | |||
| Open a wiki help page in a new tab. Selecting or hovering over (in the inventory) a stock prefab opens up the wiki page for that prefab. | |||
|} | |} | ||
=== Editor Scripting === | === Editor Scripting === | ||
There | There was an experimental editor scripting editor available that can be used for things like auto-tiling and procedural level creation. The editor is opened by the <code>EditorScript</code> command in the command line. | ||
Editor scripts | Editor scripts were written in JavaScript. Some code examples were: | ||
<pre> | <pre> | ||
| Line 452: | Line 468: | ||
</pre> | </pre> | ||
This feature was silently removed around September 2025. | |||
== Collaboration with export/import == | == Collaboration with export/import == | ||