feat: season 2 'Summer Tide' content and manifest generator

Adds Summer Tide (season_002) — 30 stages with deep-teal gradient and
cyan accent — generated remote-only (no copyToAssets). Introduces
tool/make_manifest.dart to rebuild content/manifest.json from all
season packs with SHA-256 verification support.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 13:45:22 +09:00
parent 9763968db9
commit ba70db3e60
5 changed files with 2346 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"schemaVersion": 1,
"minAppBuild": 1,
"current": "season_002",
"seasons": [
{
"seasonId": "season_001",
"version": 1,
"packUrl": "seasons/season_001/pack.json",
"sha256": "5b20b88251931838563aaaa7729f48e5a35f09dbf80c576b9bc2ec944050fc0a"
},
{
"seasonId": "season_002",
"version": 1,
"packUrl": "seasons/season_002/pack.json",
"sha256": "47cc115f9982ade7df686b28aa95a82edcc1e8a4aae5f13319e7131477855de3"
}
]
}