diff --git a/divina_invasione/beginning.html b/divina_invasione/beginning.html new file mode 100644 index 0000000..8f24b3a --- /dev/null +++ b/divina_invasione/beginning.html @@ -0,0 +1,103 @@ + + +
+ +'+ text2[coords.z] + '
' ; + }else{}; + + if (coords.z == 2 ){ + openpop = true; + //}else if (coords.z == 2 ){popWindow2(); + }else{}; + + + + if (openpop == true) { + setTimeout(function() { + // var myWindow = window.open("", "MyText", "height=230, width=390, left=100, top=100, resizable=no, scrollbars=no, toolbar=no, menubar=no, directories=no, status=yes"); + // myWindow.document.write(''); + // myWindow.document.write('') + // myWindow.document.write('The subject of this project is not the space exactly, but rather what there is round about or inside it. To start with, then, there is already very much: nothingness, the impalpable, the virtually immaterial; extension, the external, what is external to us, what we move about in the midst of, our ambient milieu, the void around us.
'); + // myWindow.document.write('') + setTimeout(function() {document.getElementById('bttn').innerHTML = 'Show me';}, 1000); + setTimeout(function() {document.getElementById('bttn').innerHTML = 'Show me';}, 1100); + setTimeout(function() {document.getElementById('bttn').innerHTML = 'Show me';}, 1200); + setTimeout(function() {document.getElementById('bttn').innerHTML = 'Show me';}, 1300); + setTimeout(function() {document.getElementById('bttn').innerHTML = 'Show me';}, 1400); + setTimeout(function() {document.getElementById('bttn').innerHTML = 'Show me';}, 1500); + setTimeout(function() {document.getElementById('bttn').innerHTML = 'Show me';}, 1600); + + + }, 1000); + + }else{}; + + return tile; + } + }); + + function closeOpen(){ + + } + L.gridLayer.debugCoords = function(opts) { + return new L.GridLayer.DebugCoords(opts); + }; + + mymap.addLayer( L.gridLayer.debugCoords() ); \ No newline at end of file diff --git a/divina_invasione/text.js b/divina_invasione/text.js new file mode 100644 index 0000000..5e4f738 --- /dev/null +++ b/divina_invasione/text.js @@ -0,0 +1,3 @@ +var text= ["Your realm ends here and mine begins.", +"From now on the laws are mine.", +"So be it,",]; \ No newline at end of file diff --git a/divina_invasione/text2.js b/divina_invasione/text2.js new file mode 100644 index 0000000..cc32b88 --- /dev/null +++ b/divina_invasione/text2.js @@ -0,0 +1,3 @@ +var text2 = ["Good morning,", +"Do you know what does it mean?", +"Then we shall begin",]; \ No newline at end of file