diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-09-16 18:22:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-16 18:22:13 +0200 |
| commit | 00af385619889eb68558234895768a547079d296 (patch) | |
| tree | d4d2296f44ec644b7faec29e789f0a70e5c26149 /tests/testdata | |
| parent | bf6dc10f355f95095d8b21154189257980dda4a2 (diff) | |
| parent | 7e65aea2ef790d8f2e424e618d9ab9acd476f045 (diff) | |
| download | PrismLauncher-00af385619889eb68558234895768a547079d296.tar.gz PrismLauncher-00af385619889eb68558234895768a547079d296.tar.bz2 PrismLauncher-00af385619889eb68558234895768a547079d296.zip | |
Merge pull request #1572 from Trial97/catpacks2
Diffstat (limited to 'tests/testdata')
| -rw-r--r-- | tests/testdata/CatPacks/index.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/tests/testdata/CatPacks/index.json b/tests/testdata/CatPacks/index.json new file mode 100644 index 00000000..b5401d23 --- /dev/null +++ b/tests/testdata/CatPacks/index.json @@ -0,0 +1,50 @@ +{ + "name": "My Cute Cat", + "default": "maxwell.png", + "variants": [ + { + "startTime": { + "day": 12, + "month": 4 + }, + "endTime": { + "day": 12, + "month": 4 + }, + "path": "oneDay.png" + }, + { + "startTime": { + "day": 20, + "month": 12 + }, + "endTime": { + "day": 28, + "month": 12 + }, + "path": "christmas.png" + }, + { + "startTime": { + "day": 30, + "month": 12 + }, + "endTime": { + "day": 1, + "month": 1 + }, + "path": "newyear2.png" + }, + { + "startTime": { + "day": 28, + "month": 12 + }, + "endTime": { + "day": 3, + "month": 1 + }, + "path": "newyear.png" + } + ] +} |
