Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Edited readme.textile via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Mar 7, 2011
1 parent 3193c17 commit 42946fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.textile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For those familiar with Corona, usage is very similar to "transition.to()":http:

bc. local gtween = require("gtween")

bc.local redSquare = display.newRect( 0, 0, 100, 100 )
bc. local redSquare = display.newRect( 0, 0, 100, 100 )
redSquare:setFillColor( 255, 0, 0 )
redSquare.x = 60
redSquare.y = 60
Expand Down

0 comments on commit 42946fc

Please sign in to comment.