See #216 and #122. Add another Titanium Style Sheet (disabled) test

This commit is contained in:
Glavin Wiechert 2015-03-16 02:27:49 -03:00
parent 62a8667d11
commit d91421b628
1 changed files with 31 additions and 0 deletions

View File

@ -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
}
},