Skip to content

Commit

Permalink
See #216 and #122. Add another Titanium Style Sheet (disabled) test
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Mar 16, 2015
1 parent 62a8667 commit d91421b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions examples/simple-jsbeautifyrc/tss/original/_test2.tss
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
".container": {
backgroundImage:'images/bgbg-builder.png',
width: 1024,
height: 752,
top:0,
left:0
},
"#blackArrow": {
touchEnabled: false,
backgroundImage: 'images/arrow-builder.png',
width: 15,
height: 10,
top: 128,
left: 165,
pos0: {
left: 165,
duration: 200
},
pos1: {
left: 301,
duration: 200
},
pos2: {
left: 437,
duration: 200
},
pos3: {
left: 573,
duration: 200
}
},

0 comments on commit d91421b

Please sign in to comment.