Add a simple menu scene #93
Labels
No labels
0. Imported
1. Bug
1. Clean-up
1. Feature
1. Improvement
2. Deliverable
2. Epic
3. Duplicate
3. Invalid
3. Need investigation
4. Assets
4. Birb Core
4. Debug
4. Dependencies
4. Inputs
4. Lang
4. Scenes
4. Screen
4. World
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: epervier/epervier-old#93
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
-> Include a single menu
-> Add a position and dimension for onScreen positionning that'll be passed to the menu to draw it at the right position
-> Add a way to take the menu from a lua module (by default load the default ones)
-> Add a callback for drawing the widgets and calling the actions, handled directly by the scene
-> Add a way to construct the menu from a function and/or from a direct list
La generation du contenu se fait en itérant sur list (_function et _fromData sera plus tard). Si isSubList, en plus d'ajouter l'élément on rajoute une nouvelle page avec le même nom, et avec _noBack en argument.
Si y'a pas de
name
, fail automatique.