taobin_project/xml/page_catalog_group_cocktail.skt

51 lines
614 B
Text
Raw Normal View History

2022-06-10 11:31:55 +07:00
<?hurr
#include=menu_head.py
?>
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
;<Background> "0xeae6e1" </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
; On open
<?hurr
2023-09-20 19:31:16 +07:00
#include=menu_catalog_default_init.py
2022-06-10 11:31:55 +07:00
?>
2022-11-09 15:35:58 +07:00
Var Menu8Selected = "PressForever"
2022-06-10 11:31:55 +07:00
SAVELOG PreviseXMLFileName2
Var Timeout = 0
<?hurr
2023-09-20 19:31:16 +07:00
#include=menu_catalog_new_menu.py
2022-06-10 11:31:55 +07:00
?>
</EventOpen>
<?hurr
2023-05-11 21:58:34 +07:00
#include=menu_catalog_new.py
2022-06-10 11:31:55 +07:00
?>
2023-01-16 22:27:19 +07:00
<?hurr
#include=menu_new_layout_gen_v2.py
?>
2022-06-10 11:31:55 +07:00
<?hurr
2022-11-09 15:35:58 +07:00
#include=menu_new_layout_gen.py
2022-06-10 11:31:55 +07:00
?>
2023-01-16 22:27:19 +07:00
2022-06-10 11:31:55 +07:00
</Popup>