Skip to content

Commit

Permalink
Merge branch 'master' of github.com:koenbok/Framer
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbok committed Jan 5, 2015
2 parents 75e5990 + 6f2a55d commit f932e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/Project/app.js
Expand Up @@ -2,7 +2,7 @@


// This is just demo code. Feel free to delete it all. // This is just demo code. Feel free to delete it all.


imageLayer = new Layer({x:0, y:0, width:128, height:128, image:"images/icon.png"}) imageLayer = new Layer({x:0, y:0, width:128, height:128, image:"images/Icon.png"})
imageLayer.center() imageLayer.center()


// Define a set of states with names (the original state is 'default') // Define a set of states with names (the original state is 'default')
Expand All @@ -20,4 +20,4 @@ imageLayer.states.animationOptions = {
// On a click, go to the next state // On a click, go to the next state
imageLayer.on(Events.Click, function() { imageLayer.on(Events.Click, function() {
imageLayer.states.next() imageLayer.states.next()
}) })

0 comments on commit f932e94

Please sign in to comment.