fix:1、玩法创建,移动,碰撞检测基本完成 2、添加结算复活界面逻辑
This commit is contained in:
@@ -8,53 +8,88 @@
|
||||
{
|
||||
"id": 1,
|
||||
"startPoint": 0,
|
||||
"endPoint": 30,
|
||||
"endPoint": 25,
|
||||
"color": "#FFFFFF",
|
||||
"path": [
|
||||
"right",
|
||||
"right",
|
||||
"down",
|
||||
"down",
|
||||
"left",
|
||||
"down",
|
||||
"left"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"startPoint": 59,
|
||||
"endPoint": 66,
|
||||
"color": "#CCFF66",
|
||||
"path": [
|
||||
"left",
|
||||
"left",
|
||||
"up",
|
||||
"left",
|
||||
"right",
|
||||
"right",
|
||||
"right",
|
||||
"down",
|
||||
"down"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"startPoint": 30,
|
||||
"endPoint": 37,
|
||||
"color": "#FFFFFF",
|
||||
"path": [
|
||||
"right",
|
||||
"right",
|
||||
"right",
|
||||
"right",
|
||||
"right",
|
||||
"right",
|
||||
"right"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"startPoint": 78,
|
||||
"endPoint": 0,
|
||||
"color": "#FFFF00",
|
||||
"path": []
|
||||
"startPoint": 50,
|
||||
"endPoint": 46,
|
||||
"color": "#FFFFFF",
|
||||
"path": [
|
||||
"right",
|
||||
"right",
|
||||
"right",
|
||||
"right",
|
||||
"right",
|
||||
"right",
|
||||
"up"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"startPoint": 62,
|
||||
"endPoint": 53,
|
||||
"color": "#0000FF",
|
||||
"startPoint": 60,
|
||||
"endPoint": 66,
|
||||
"color": "#FFFFFF",
|
||||
"path": [
|
||||
"right",
|
||||
"right",
|
||||
"right",
|
||||
"right",
|
||||
"right",
|
||||
"right"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"startPoint": 93,
|
||||
"endPoint": 73,
|
||||
"color": "#FFFFFF",
|
||||
"path": [
|
||||
"up",
|
||||
"up"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"startPoint": 9,
|
||||
"endPoint": 89,
|
||||
"color": "#FFFFFF",
|
||||
"path": [
|
||||
"down",
|
||||
"right",
|
||||
"right",
|
||||
"up",
|
||||
"left",
|
||||
"up",
|
||||
"down",
|
||||
"up"
|
||||
"down",
|
||||
"down",
|
||||
"down",
|
||||
"left",
|
||||
"down",
|
||||
"down",
|
||||
"right",
|
||||
"down"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user