Clors1997

Results 1 comments of Clors1997

` function exportAsPng3() { var date = new Date(); bootbox.prompt({ title: "Enter output filename (without '.9.png')", value: "shadow_" + date.getHours() + "" + date.getMinutes() + "" + date.getSeconds(), callback: function(result)...