|
@@ -52,7 +52,7 @@ export class config {
|
|
|
//场景
|
|
|
config.SceneType.set(config.Scene_Type_List.single_screen,new scene_item_data("独立场景",config.Scene_Type_List.single_screen,true))
|
|
|
config.SceneType.set(config.Scene_Type_List.many_screen_switch_up_down,new scene_item_data("多场景-上下",config.Scene_Type_List.many_screen_switch_up_down))
|
|
|
- config.SceneType.set(config.Scene_Type_List.many_screen_switch_left_rigth,new scene_item_data("多场景-左右",config.Scene_Type_List.many_screen_switch_left_rigth))
|
|
|
+ config.SceneType.set(config.Scene_Type_List.many_screen_switch_left_right,new scene_item_data("多场景-左右",config.Scene_Type_List.many_screen_switch_left_right))
|
|
|
|
|
|
//slide_type
|
|
|
config.slide_type_map.set(config.slide_type.down,"下")
|
|
@@ -144,7 +144,7 @@ export class config {
|
|
|
static Scene_Type_List = {
|
|
|
single_screen:0, //独立场景
|
|
|
many_screen_switch_up_down:1, //多场景-上下
|
|
|
- many_screen_switch_left_rigth:2, //多场景-左右
|
|
|
+ many_screen_switch_left_right:2, //多场景-左右
|
|
|
}
|
|
|
|
|
|
static attributes_type = {
|