diff --git a/tuby5lj4di.js b/tuby5lj4di.js index b070499..83c08c6 100644 --- a/tuby5lj4di.js +++ b/tuby5lj4di.js @@ -83,7 +83,7 @@ GameLib.CustomCode.prototype.generateAttributeData = function(index, width, heig for (y = 0; y < height; y++) { h = heightData[(y * width) + x]; - z = h * 20; + z = h * 50; scale = h * 1.9; offsets.push((x - 64) * 2, (64 - y) * 2, z);