-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c0c651
commit 6f53559
Showing
368 changed files
with
17,217 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
_site | ||
/.idea/.gitignore | ||
/.idea/deployment.xml | ||
/.idea/sonarlint/issuestore/index.pb | ||
/.idea/modules.xml | ||
/.idea/vcs.xml | ||
/.idea/wapuu-collection.iml | ||
Gemfile.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"files.associations": { | ||
"*.yaml": "home-assistant" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "jekyll-theme-cayman" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
--- | ||
layout: default | ||
title: WappuuGotchi Collection | ||
permalink: index.html | ||
--- | ||
# WappuuGotchi Collection | ||
|
||
This API provides the wapuu collection for the wapuugotchi plugin. They can be found [here](https://mission.wapuugotchi.com/collection/). | ||
The schema can be found [here](https://mission.wapuugotchi.com/schema/collection/). | ||
|
||
## Element structure | ||
|
||
The different parts are structured in folders e.g. the balls are placed under `/_balls`. | ||
Each element is placed in its own folder and needs a `image.svg`, `preview.png` and a `meta.md` file. | ||
|
||
The folder name needs to be written in **snake case**. | ||
|
||
The `meta.md` is written like this: | ||
```md | ||
--- | ||
slug: classic | ||
name: Classic | ||
key: b5fb043f-76c6-41aa-9f3a-47bc445f52b7 (randomly generated) | ||
--- | ||
``` | ||
|
||
Other optional values are: | ||
|
||
* author: the author of the element | ||
* description: the description for the element | ||
* published: the publishing date of the element | ||
* licsense: the license of the element | ||
* price: the needed coins for unlocking the element (default: 0) | ||
|
||
Scanned folders are: | ||
|
||
* `_balls` for ball elements | ||
* `_coats` for coat elements | ||
* `_caps` for cap elements | ||
* `_fur` for fur elements | ||
* `_items` for item elements | ||
* `_shoes` for shoe elemeps | ||
|
||
## Adding new items | ||
|
||
To add a new element, just create a new folder in the corresponding folder and add the needed files. | ||
After that, create a pull request and wait for it to be merged. | ||
|
||
The svg needs to follow this structure: | ||
|
||
```svg | ||
<svg id="wapuugotchi_svg__wapuu" width="200" version="1.1" viewBox="0 0 1e3 1e3" xmlns="http://www.w3.org/2000/svg"> | ||
<g id="RightArm--group"> | ||
</g> | ||
<g id="Tail--group"> | ||
</g> | ||
<g id="Body--group"> | ||
</g> | ||
<g id="RightHand--group"> | ||
</g> | ||
<g id="RightFoot--group"> | ||
</g> | ||
<g id="RightEar--group"> | ||
</g> | ||
<g id="Head--group"> | ||
</g> | ||
<g id="LeftEar--group"> | ||
</g> | ||
<g id="Face--group"> | ||
</g> | ||
<g id="LeftLeg--group"> | ||
</g> | ||
<g id="LeftFoot--group"> | ||
</g> | ||
<g id="LeftArm--group"> | ||
</g> | ||
</svg> | ||
``` | ||
|
||
Groups which are not needed can be removed but groups which have to be on a specific layer need to be kept even without content. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
slug: a11y-ball | ||
name: a11y | ||
author: Miodrag Veljovic | ||
description: Created during the CloudFest-Hackathon 2023. | ||
deactivated: 1 | ||
key: 870cbca1-4448-43ae-b815-11e9z9617159 | ||
priority: 100 | ||
price: 2 | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.