taobin_project/menu/page_catalog_group_other.skt

50 lines
643 B
Text
Raw Normal View History

2023-08-17 17:13:11 +07:00
<?hurr
#include=menu_head.py
echo param
?>
2023-07-25 11:25:53 +07:00
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
;<Background> "0xeae6e1" </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
; On open
<?hurr
2023-08-17 17:13:11 +07:00
#include=menu_catalog_default_init.py
2023-07-25 11:25:53 +07:00
?>
2023-08-17 17:13:11 +07:00
2023-07-25 11:25:53 +07:00
; soda and other
Var Menu6Selected = "PressForever"
SAVELOG PreviseXMLFileName2
Var Timeout = 0
2023-08-17 17:13:11 +07:00
<?hurr
#include=menu_catalog_new_menu.py
2023-07-25 11:25:53 +07:00
?>
</EventOpen>
2023-08-17 17:13:11 +07:00
<?hurr
#include=menu_catalog_new.py
2023-07-25 11:25:53 +07:00
?>
2023-08-17 17:13:11 +07:00
<?hurr
#include=menu_new_layout_gen_v2.py
?>
<?hurr
#include=menu_new_layout_gen.py
?>
</Popup>