https://github.com/cadin/panels-item-example
https://github.com/cadin/panels-item-example
playdate
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cadin/panels-item-example
- Owner: cadin
- Created: 2023-10-10T00:14:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T22:42:34.000Z (about 1 year ago)
- Last Synced: 2025-01-11T23:31:54.475Z (about 1 year ago)
- Topics: playdate
- Language: Lua
- Homepage:
- Size: 367 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)