tiled-pico8
tiled-pico8 copied to clipboard
Tiled map editor plugin to load/save PICO-8 cartridges
PICO-8 import/export plugin for Tiled
Seamlessly edit your PICO-8 carts in Tiled!
This plugin lets you open .p8
files in Tiled and edit them without worrying about
breaking the code section or manually merging changes in the .p8
file.
Installation
- install Tiled:
- download the installer
- run the installer
- open the Tiled extension directory, either:
- run Tiled
- go to Edit → Preferences → Plugins
- click on “Open…” in the Extensions section
- (alternatively, you can open
%LOCALAPPDATA%\Tiled\extensions
on Windows) - download
pico8.js
and save it to that directory
Warning: This plugin requires Tiled version 1.5.0 or later.
If for some reason you want to use the old, deprecated Python version of this plugin, you may check the old python branch.