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

added text instance lists to buttons and Containers #107

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 15, 2012

  1. added text instance lists to buttons and Containers

    added hiding/showing to children
    added infinite loop for animations
    added constructor to bgcontainer to take a size
    made background sprite public for adding children
    added constructors to horiz/vert layouts to take toolkit argument
    removed onTouchEnded from onTouchMoved of scrollable containers (prevents touch from passing through and causing bugs)
    fixed constructor errors (can't set default values...although i think was fixed in lastest drop too)
    commented hd setting for editor and added UNITY_ANDROID to allow compilation on unity
    WreckCenter committed May 15, 2012
    Configuration menu
    Copy the full SHA
    85b64ac View commit details
    Browse the repository at this point in the history

Commits on May 16, 2012

  1. Configuration menu
    Copy the full SHA
    f1d0033 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2012

  1. added inFocus variables for uibuttons, itouchables and uiabstractcont…

    …ainers
    
    this allows a "popup" to be ontop of another menu, but turn off the other menu's input (it's out of focus)
    WreckCenter committed May 18, 2012
    Configuration menu
    Copy the full SHA
    6809d33 View commit details
    Browse the repository at this point in the history