新增 游戏项目《幻经》

This commit is contained in:
alphaAE
2022-08-09 19:36:47 +08:00
parent 63ccc0a6be
commit b118349b36
3 changed files with 5 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

View File

@ -18,7 +18,7 @@
}, },
{ {
"id": 1, "id": 1,
"isStar": true, "isStar": false,
"type": "Mod", "type": "Mod",
"name": "秘密战争", "name": "秘密战争",
"tag": ["Minecraft", "Mod", "Python"], "tag": ["Minecraft", "Mod", "Python"],
@ -37,7 +37,7 @@
}, },
{ {
"id": 5, "id": 5,
"isStar": false, "isStar": true,
"type": "游戏", "type": "游戏",
"name": "[Demo]幻径", "name": "[Demo]幻径",
"tag": ["教程向", "Unity", "2D"], "tag": ["教程向", "Unity", "2D"],
@ -45,11 +45,12 @@
"descriptionMini": "平台跳跃小游戏", "descriptionMini": "平台跳跃小游戏",
"img": [ "img": [
"./assets/projects/Fantasy_1.jpg", "./assets/projects/Fantasy_1.jpg",
"./assets/projects/Fantasy_2.jpg" "./assets/projects/Fantasy_2.jpg",
"./assets/projects/Fantasy_3.jpg"
], ],
"createTime": "2022.07.30", "createTime": "2022.07.30",
"repository": "https://github.com/alphaAE/Fantasy", "repository": "https://github.com/alphaAE/Fantasy",
"playUrl": "" "playUrl": "http://www.alphaae.com/games/Fantasy/"
}, },
{ {
"id": 2, "id": 2,