cmark / androtext

Xtext based model-driven software development tool for prototyping Android applications
7 stars 1 forks source link

AndroGame menu support #7

Closed cmark closed 12 years ago

cmark commented 12 years ago

Add simple menu support for game modeling. Part of the grammar for this is done, new generator fragment must be added for generating menuitems and menuscenes.

cmark commented 12 years ago

Simple menu support from commit: 5557f8a53c. Actual commit that holds the changes is: e707426d9e

Nested menus, submenus not supported, currently only a one-level menu is supported. See the example in the examples project.