File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ var Camera = new Class({
7676 setBackgroundColor : require ( './components/SetBackgroundColor' ) ,
7777 setBounds : require ( './components/SetBounds' ) ,
7878 setPosition : require ( './components/SetPosition' ) ,
79+ setRotation : require ( './components/SetRotation' ) ,
7980 setRoundPixels : require ( './components/SetRoundPixels' ) ,
8081 setScene : require ( './components/SetScene' ) ,
8182 setSize : require ( './components/SetSize' ) ,
Original file line number Diff line number Diff line change 1+ var SetRotation = function ( value )
2+ {
3+ if ( value === undefined ) { value = 0 ; }
4+
5+ this . rotation = value ;
6+
7+ return this ;
8+ } ;
9+
10+ module . exports = SetRotation ;
Original file line number Diff line number Diff line change 11var CHECKSUM = {
2- build : 'fd00fc90-73b3 -11e7-9f6d-7d01a3426096 '
2+ build : 'acc361d0-73b5 -11e7-8dc3-49219ba238d9 '
33} ;
44module . exports = CHECKSUM ;
You can’t perform that action at this time.
0 commit comments