Skip to content

Instantly share code, notes, and snippets.

@noboko
Created March 15, 2012 13:01
Show Gist options
  • Save noboko/2044089 to your computer and use it in GitHub Desktop.
Save noboko/2044089 to your computer and use it in GitHub Desktop.
var plask = require('plask');
plask.simpleWindow({
settings:{
//type: '3d2d',
width : 800, height : 600,
//fullscreen: true,
//center: true,
//position: {x: 0, y: 0},
//title: "windowtitle"
//cursor: false
},
init: function() {
},
draw: function() {
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment