Skip to content

Commit

Permalink
changed wording and position of pck info
Browse files Browse the repository at this point in the history
  • Loading branch information
Variable-ind authored Nov 5, 2024
1 parent 25543af commit ec0e09e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/extension_system/extension_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ func _exit_tree() -> void: # Extension is being uninstalled or disabled
```

## Exporting the Extension
:::info Export Templates
Downloading/Installing export templates is not required for `.pck` export.
:::

Now that you have the basic extension code ready, let's export it;
1. From the top bar in Godot editor go to **Project > Export** and choose any platform option (the extension should work on other platforms regardless of which platform you choose).
Expand All @@ -103,10 +106,6 @@ Now that you have the basic extension code ready, let's export it;

3. After that, press <kbd>Export PCK/Zip</kbd> and export it as a PCK file (both Zip and PCK extensions are recognized by Pixelorama but PCK is recommended). The name of exported pck should be the same as the `name` of your extension, in this case it should be `Example.pck`

:::tip
You don't have to install export templates for the `.pck` export.
:::

## Installing the Extension

To install an extension, from Pixelorama's top menu go to **Edit > Preferences > Extensions** and click <kbd>Add Extension</kbd>.
Expand Down

0 comments on commit ec0e09e

Please sign in to comment.