aboutsummaryrefslogtreecommitdiff
path: root/src/BarDisplay.h
AgeCommit message (Collapse)Author
2012-12-10Box2d integrationSamu Laaksonen
Very crude and buggy Needs to be much better
2012-10-21HUD demoSamu Laaksonen
Added: - some ideas to test display of hud elements Fixed: - HUD now follows the scene when it moves
2012-10-19HUD improvementSamu Laaksonen
Added - some placeholder graphics for HUD elements - just to demonstrate how HUD may be implemented with drawForeground of ActionScene
2012-10-18Box2d precommitSamu Laaksonen
Added - box2d source codes to be added in project when there is no longer cba - some base ideas to display classes Improved - level loading : layer with property "solid" is now loaded tile by tile, this allows adding static rigid bodies to these items for collision detection
2012-09-30ActionScene changesSamu Laaksonen
Added drawBackground and drawForeground - background for handling parallax scrolling during levels - foreground for HUD implementation
2012-09-28Rename commitSamu Laaksonen
Renamed some files according the project name Added base directory structure for resources Changed more fitting parallax scrolled background to menus - added 3 new layers as resources Changed more cheerful buttons to menus Added base classes to build HUD later on Added one new test level that is size of 800*480 with tilesize of 32*32