An open API service indexing awesome lists of open source software.

https://github.com/cadin/panels-item-example


https://github.com/cadin/panels-item-example

playdate

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Panels Collectible Items Example
An example [Panels](https://github.com/cadin/panels) project showing how to use [global variables](https://cadin.github.io/panels/docs/comic-data/variables.html) to create a comic with persistent collectible items.

## Setup

This project includes the Panels framework as a git submodule. Be sure to properly [initialize the submodule](https://www.w3docs.com/snippets/git/how-to-clone-including-submodules.html) when cloning the repo.

If you're not using git, you can download this code as a ZIP file. In that case you'll also need to download the code from the [Panels repo](https://github.com/cadin/panels) and place it in the `source/libraries/panels/` folder of this template.

## Project Walkthrough
Watch a rambling [walkthrough video](https://youtu.be/VNswT0y0VP8) on YouTube.

## Documentation

Check out the full set of documentation here:
### [📄 Panels Documentation](//cadin.github.io/panels)