|
@@ -41,6 +41,8 @@ function Resizer( editor ) {
|
|
|
dom.style.right = x + 'px';
|
|
|
|
|
|
document.getElementById( 'sidebar' ).style.width = x + 'px';
|
|
|
+ document.getElementById( 'player' ).style.right = x + 'px';
|
|
|
+ document.getElementById( 'script' ).style.right = x + 'px';
|
|
|
document.getElementById( 'viewport' ).style.right = x + 'px';
|
|
|
|
|
|
signals.windowResize.dispatch();
|