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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -38,9 +38,13 @@ scripts/__pycache__/
|
|||||||
# 第三方插件(独立仓库,不进项目)
|
# 第三方插件(独立仓库,不进项目)
|
||||||
game-studio/
|
game-studio/
|
||||||
|
|
||||||
# Prototype 大素材包(用户自行下载,不进 Git)
|
# Prototype 大素材包 — 解压目录不进 Git(因为 zip 已经够了)
|
||||||
prototype/*/assets/kenney-*/
|
prototype/*/assets/kenney-*/
|
||||||
|
|
||||||
|
# 但保留 Kenney zip 原包(让任课老师 clone 后能直接解压使用)
|
||||||
|
!prototype/单词塔防/assets/kenney-td-3d.zip
|
||||||
|
!prototype/单词塔防/assets/kenney-td.zip
|
||||||
|
|
||||||
# Prototype 开发期工具截图(非生产产物)
|
# Prototype 开发期工具截图(非生产产物)
|
||||||
prototype/单词塔防/sprite-grid.png
|
prototype/单词塔防/sprite-grid.png
|
||||||
prototype/单词塔防/grid-*.png
|
prototype/单词塔防/grid-*.png
|
||||||
|
|||||||
BIN
prototype/单词塔防/assets/kenney-td-3d.zip
Normal file
BIN
prototype/单词塔防/assets/kenney-td-3d.zip
Normal file
Binary file not shown.
BIN
prototype/单词塔防/assets/kenney-td.zip
Normal file
BIN
prototype/单词塔防/assets/kenney-td.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user