first commit
This commit is contained in:
commit
4f5cf7d425
1 changed files with 25 additions and 0 deletions
25
README.md
Normal file
25
README.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Pixel Island Summoner
|
||||
|
||||
Local prototype. Open `index.html` with Live Server, or run:
|
||||
|
||||
```bash
|
||||
python3 -m http.server 5500
|
||||
```
|
||||
|
||||
Then open `http://localhost:5500`.
|
||||
|
||||
## Current controls
|
||||
|
||||
- Open Pixel Studio with the large `+` button.
|
||||
- Left drag on the pixel canvas: draw.
|
||||
- Right drag or middle drag on the pixel canvas: pan.
|
||||
- Mouse wheel on the pixel canvas: zoom.
|
||||
- Use `Light` to paint light cells with the selected palette color.
|
||||
- Use `Set Outline` to apply the selected palette color as a thin sprite outline.
|
||||
- Click map objects to select them and show their bubble.
|
||||
|
||||
## Notes
|
||||
|
||||
- Data is saved in `localStorage`.
|
||||
- The vote bubble is local only.
|
||||
- Server-side moderation is not implemented yet; see the TODO comment in `app.js` near `voteSelected()`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue