chore: 添加 Kenney 素材包(TD 3D Kit + TD Top-Down 2D)

让任课老师 clone 仓库后能直接解压使用素材,无需自己从 kenney.nl 下载。

- prototype/单词塔防/assets/kenney-td-3d.zip(5.2MB,160 个 GLB 模型,3D 塔防主用)
- prototype/单词塔防/assets/kenney-td.zip(3.1MB,299 个 PNG sprite,2D 原型用)
- .gitignore 加例外规则:保留 zip 原包,排除解压目录(避免重复)

License: 两个包均 CC0(创意公用 0),可自由商用。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Rocky
2026-05-18 23:14:48 +02:00
parent 1c5e72676b
commit 4f27598e55
3 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@@ -38,9 +38,13 @@ scripts/__pycache__/
# 第三方插件(独立仓库,不进项目)
game-studio/
# Prototype 大素材包(用户自行下载,不进 Git)
# Prototype 大素材包 — 解压目录不进 Git(因为 zip 已经够了)
prototype/*/assets/kenney-*/
# 但保留 Kenney zip 原包(让任课老师 clone 后能直接解压使用)
!prototype/单词塔防/assets/kenney-td-3d.zip
!prototype/单词塔防/assets/kenney-td.zip
# Prototype 开发期工具截图(非生产产物)
prototype/单词塔防/sprite-grid.png
prototype/单词塔防/grid-*.png

Binary file not shown.

Binary file not shown.