reidobandedo / Goat-Of-The-Hill

A game for Computational Worlds course at UW Tacoma; web-based game.
0 stars 3 forks source link

Added title scene and a few minor changes #78

Closed suchk closed 8 years ago

suchk commented 8 years ago

Added title screen. Changed drawRoundedRect to receive fillColor and outlineColor (updated all references that I found). Added a little bit of logic to scenemanager to call the first scene's startScene (needed for the title scene). Currently the tutorial button routes back to the title screen. This will need to change when we have a tutorial scene.