mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 17:28:06 +02:00
* Lots of minor code cleanup
* WIP work on HorizontalMenuView * Initial art for HorizontalMenuView demo
This commit is contained in:
parent
c87c0d69b7
commit
d346fe72ee
11 changed files with 114 additions and 66 deletions
BIN
mods/art/demo_horizontal_menu_view1.ans
Normal file
BIN
mods/art/demo_horizontal_menu_view1.ans
Normal file
Binary file not shown.
Binary file not shown.
|
@ -243,6 +243,10 @@
|
|||
"value" : { "1" : 3 },
|
||||
"action" : "@menu:demoMultiLineEditTextView"
|
||||
},
|
||||
{
|
||||
"value" : { "1" : 5 },
|
||||
"action" : "@menu:demoHorizontalMenuView"
|
||||
},
|
||||
{
|
||||
"value" : { "1" : 6 },
|
||||
"action" : "@menu:demoArtDisplay"
|
||||
|
@ -397,6 +401,25 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"demoHorizontalMenuView" : {
|
||||
"art" : "demo_horizontal_menu_view1.ans",
|
||||
"options" : { "cls" : true },
|
||||
"form" : {
|
||||
"0" : {
|
||||
"BT5HM1" : {
|
||||
"mci" : {
|
||||
"HM1" : {
|
||||
"items" : [ "A Clockwork Orange", "Pulp Fiction", "Goonies" ]
|
||||
},
|
||||
"BT5" : {
|
||||
"text" : "< Back",
|
||||
"submit" : [ "escape" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"demoArtDisplay" : {
|
||||
"art" : "demo_selection_vm.ans",
|
||||
"options" : { "cls" : true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue