design(tongji): add complete 3d food icon set
@@ -0,0 +1,17 @@
|
||||
# 识糖小课堂 3D 食物图标候选稿 v1
|
||||
|
||||
- 共 42 个食物图标,文件名与 `FOODS` 中的英文键名一致。
|
||||
- 单图尺寸:320 × 320,JPEG。
|
||||
- 风格:中式、圆润 3D、暖色奶油背景、大轮廓、适老化高辨识度。
|
||||
- 糖级、边框和角标不画入图标,由游戏界面控制,方便医生调整分类。
|
||||
- `milkTea.jpg` 是唯一自带角色表情的高糖小反派候选。
|
||||
- 驼乳属于产品道具,不计入 42 个普通食物图标,本轮未替换现有产品罐素材。
|
||||
- 本目录当前仅作设计候选,没有接入正式游戏,也不会进入微信小程序发布包。
|
||||
|
||||
目录说明:
|
||||
|
||||
- `icons/`:可直接用于游戏的独立图标。
|
||||
- `sheets/`:11 张分组预览母版,方便整体审美检查。
|
||||
- `manifest.json`:食物中文名、代码键名与文件路径清单。
|
||||
|
||||
医学提示:图标仅表达食物外观,不代表最终糖级结论;糖级和健康说明仍需甄养堂医生审核。
|
||||
|
After Width: | Height: | Size: 286 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 27 KiB |
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"version": 1,
|
||||
"style": "chinese-rounded-3d-elderly-friendly",
|
||||
"iconSize": {
|
||||
"width": 320,
|
||||
"height": 320,
|
||||
"format": "jpg"
|
||||
},
|
||||
"items": [
|
||||
{ "key": "corn", "name": "玉米", "file": "icons/corn.jpg" },
|
||||
{ "key": "egg", "name": "鸡蛋", "file": "icons/egg.jpg" },
|
||||
{ "key": "tomato", "name": "番茄", "file": "icons/tomato.jpg" },
|
||||
{ "key": "potato", "name": "红薯", "file": "icons/potato.jpg" },
|
||||
{ "key": "cucumber", "name": "黄瓜", "file": "icons/cucumber.jpg" },
|
||||
{ "key": "lettuce", "name": "生菜", "file": "icons/lettuce.jpg" },
|
||||
{ "key": "grainMantou", "name": "杂粮馒头", "file": "icons/grainMantou.jpg" },
|
||||
{ "key": "wonton", "name": "馄饨", "file": "icons/wonton.jpg" },
|
||||
{ "key": "celery", "name": "芹菜", "file": "icons/celery.jpg" },
|
||||
{ "key": "mushroom", "name": "香菇", "file": "icons/mushroom.jpg" },
|
||||
{ "key": "chicken", "name": "鸡肉", "file": "icons/chicken.jpg" },
|
||||
{ "key": "taro", "name": "芋头", "file": "icons/taro.jpg" },
|
||||
{ "key": "broccoli", "name": "西兰花", "file": "icons/broccoli.jpg" },
|
||||
{ "key": "milk", "name": "牛奶", "file": "icons/milk.jpg" },
|
||||
{ "key": "brownRice", "name": "糙米饭", "file": "icons/brownRice.jpg" },
|
||||
{ "key": "apple", "name": "苹果", "file": "icons/apple.jpg" },
|
||||
{ "key": "strawberry", "name": "草莓", "file": "icons/strawberry.jpg" },
|
||||
{ "key": "banana", "name": "香蕉", "file": "icons/banana.jpg" },
|
||||
{ "key": "mango", "name": "芒果", "file": "icons/mango.jpg" },
|
||||
{ "key": "tea", "name": "红茶", "file": "icons/tea.jpg" },
|
||||
{ "key": "blackCoffee", "name": "黑咖啡", "file": "icons/blackCoffee.jpg" },
|
||||
{ "key": "coffee", "name": "咖啡", "file": "icons/coffee.jpg" },
|
||||
{ "key": "pineapple", "name": "菠萝", "file": "icons/pineapple.jpg" },
|
||||
{ "key": "pepper", "name": "青椒", "file": "icons/pepper.jpg" },
|
||||
{ "key": "greenBean", "name": "四季豆", "file": "icons/greenBean.jpg" },
|
||||
{ "key": "shrimp", "name": "虾仁", "file": "icons/shrimp.jpg" },
|
||||
{ "key": "udon", "name": "乌冬面", "file": "icons/udon.jpg" },
|
||||
{ "key": "onion", "name": "洋葱", "file": "icons/onion.jpg" },
|
||||
{ "key": "congee", "name": "白米粥", "file": "icons/congee.jpg" },
|
||||
{ "key": "eightCongee", "name": "八宝粥", "file": "icons/eightCongee.jpg" },
|
||||
{ "key": "centuryCongee", "name": "皮蛋瘦肉粥", "file": "icons/centuryCongee.jpg" },
|
||||
{ "key": "milletCongee", "name": "小米粥", "file": "icons/milletCongee.jpg" },
|
||||
{ "key": "orangeJuice", "name": "柳橙汁", "file": "icons/orangeJuice.jpg" },
|
||||
{ "key": "soda", "name": "含糖汽水", "file": "icons/soda.jpg" },
|
||||
{ "key": "riceNoodleSoup", "name": "汤粉", "file": "icons/riceNoodleSoup.jpg" },
|
||||
{ "key": "noodleSoup", "name": "汤面", "file": "icons/noodleSoup.jpg" },
|
||||
{ "key": "milkTea", "name": "含糖奶茶", "file": "icons/milkTea.jpg" },
|
||||
{ "key": "tofu", "name": "豆腐", "file": "icons/tofu.jpg" },
|
||||
{ "key": "spinach", "name": "菠菜", "file": "icons/spinach.jpg" },
|
||||
{ "key": "carrot", "name": "胡萝卜", "file": "icons/carrot.jpg" },
|
||||
{ "key": "fish", "name": "鱼", "file": "icons/fish.jpg" },
|
||||
{ "key": "redBeanCongee", "name": "软烂红豆粥", "file": "icons/redBeanCongee.jpg" }
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 121 KiB |
|
After Width: | Height: | Size: 151 KiB |
|
After Width: | Height: | Size: 171 KiB |
|
After Width: | Height: | Size: 159 KiB |
|
After Width: | Height: | Size: 143 KiB |
|
After Width: | Height: | Size: 126 KiB |
|
After Width: | Height: | Size: 131 KiB |
|
After Width: | Height: | Size: 198 KiB |
|
After Width: | Height: | Size: 187 KiB |
|
After Width: | Height: | Size: 143 KiB |
|
After Width: | Height: | Size: 110 KiB |