Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: Displays #18

Open
LupusUmbrae opened this issue Jan 5, 2014 · 0 comments
Open

Refactor: Displays #18

LupusUmbrae opened this issue Jan 5, 2014 · 0 comments
Milestone

Comments

@LupusUmbrae
Copy link
Owner

Almost all items displayed on screen have use the inArea function, and handleEvents apply a common interface to all of them would be a good idea (IDisplay), but also preventing them from being added to the root display vector is needed

  • All display items extend IDisplay
  • new Display class that all root displays extend from
  • Each display type should handle it's own 'draw' functionality not it's parent
LupusUmbrae added a commit that referenced this issue Jan 14, 2014
groups has been moved into the tile groups themselves
LupusUmbrae added a commit that referenced this issue Jan 14, 2014
top level category, all others are in sub tile group.

Sub tilegroup support added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant