dashboard
repositories
filestore
activity
search
login
7_kp_wubaiHero
/
7_wubaiHero_client_creator
h5
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
121212
difenduandada
2024-12-31
34abe6963b344c882358274957f4b992456fee40
[7_kp_wubaiHero/7_wubaiHero_client_creator.git]
/
zsyz_client_h5
/
assets
/
Scripts
/
mod
/
adventure
/
adventure_const.js
1
2
3
4
5
6
7
8
9
10
11
var AdventureConst = {
// -- 状态(0:未开始 1:可探索 2:探索中 3:已完成)
status: {
lock: 0,
can_open: 1,
open: 2,
over: 3,
}
}
module.exports = AdventureConst