Skip to content

Instantly share code, notes, and snippets.

@nngogol
Created April 22, 2017 15:47
Show Gist options
  • Save nngogol/7f6de09e6d4b4e4bea8dcc039e3bd98b to your computer and use it in GitHub Desktop.
Save nngogol/7f6de09e6d4b4e4bea8dcc039e3bd98b to your computer and use it in GitHub Desktop.
function windowResized() {
// Triggered, when window Resized
let Xx = windowWidth - 280;
let Yy = windowHeight / 1.4;
MyShape.resizeMySelf(canvass.width, canvass.height, Xx, Yy);
resizeCanvas(Xx, Yy);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment