Mittagskogel / Sulfurous

MIT License
39 stars 22 forks source link

Monster Miners su Scratch #129

Open sfederici opened 6 years ago

sfederici commented 6 years ago

Several wrong features:

https://scratch.mit.edu/projects/226357204/ https://sulfurous.aau.at/#226357204 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36

htmlgames commented 6 years ago

you can fix the title intro part in canvg.js in the svg.init lines~ 185,186 change to:

            this.width = function() { return (this.Current() && this.Current().width) ? this.Current().width : 480; } // pf
            this.height = function() { return (this.Current() && this.Current().height) ? this.Current().height : 360; } // pf