mirror of https://github.com/axmolengine/axmol.git
50 lines
1.0 KiB
JavaScript
50 lines
1.0 KiB
JavaScript
var Level1 = {
|
|
enemies:[
|
|
{
|
|
ShowType:"Repeate",
|
|
ShowTime:"00:02",
|
|
Types:[0,1,2]
|
|
},
|
|
{
|
|
ShowType:"Repeate",
|
|
ShowTime:"00:05",
|
|
Types:[3,4,5]
|
|
}
|
|
/*{
|
|
ShowType:"Repeate",
|
|
ShowTime:"00:08",
|
|
Types:[0,4,3,5]
|
|
},
|
|
{
|
|
ShowType:"Once",
|
|
ShowTime:"00:6",
|
|
Types:[0,2,4,3]
|
|
},
|
|
{
|
|
ShowType:"Once",
|
|
ShowTime:"00:16",
|
|
Types:[0,2,5,4,3]
|
|
},
|
|
{
|
|
ShowType:"Once",
|
|
ShowTime:"00:25",
|
|
Types:[0,3,5,4,3]
|
|
},
|
|
{
|
|
ShowType:"Once",
|
|
ShowTime:"00:35",
|
|
Types:[4,5,3,1,3]
|
|
},
|
|
{
|
|
ShowType:"Once",
|
|
ShowTime:"00:50",
|
|
Types:[0,3,2,1,0,3]
|
|
},
|
|
{
|
|
ShowType:"Once",
|
|
ShowTime:"01:15",
|
|
Types:[4,5,2,1,0]
|
|
}*/
|
|
]
|
|
};
|